forked from bhouston/threeify
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
38 lines (34 loc) · 812 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
node_modules
# build files
dist
package-lock.json
*.tgz
# IDE & Docker related exclusions
# Theiaide
.theia
# WebStrom
.idea
# docker environment variables
.env
# Ben is using this as a reference. Remove after 0.1 release
three.js
src/lib/renderers/webgl2/webgl2_fundamentals.js
examples/gettingstarted/threejs_gettingstarted.js
src/learning_ts.ts
bundle*.js
bundle*.js.zip
bundle.terserjs.zip
*.zip
www
output.txt
docs
src/examples/compositing/kashiyama
src/examples/layering/kashiyama/index.ts
.gitignore
src/examples/compositing/basic/example.json
src/examples/compositing/basic/index.ts
src/examples/layering/basic/example.json
src/examples/layering/basic/index.ts
src/examples/materials/blending/index.ts
src/lib/engines/layerCompositor/fragment.glsl
src/lib/engines/layerCompositor/LayerCompositor.ts