-
Notifications
You must be signed in to change notification settings - Fork 54
/
.gitignore
36 lines (33 loc) · 1.32 KB
/
.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
**/*.sw*
.DS_Store
.idea
*.iml
# Only include used dependencies, which requires
# this fun .gitignore technique to ignore non-selected files.
# https://stackoverflow.com/a/29932318
node_modules/**/*
!examples/node_modules/three/
examples/node_modules/three/*
!examples/node_modules/three/build/
examples/node_modules/three/build/*
!examples/node_modules/three/build/three.js
!examples/node_modules/three/examples/
examples/node_modules/three/examples/*
!examples/node_modules/three/examples/js/
examples/node_modules/three/examples/js/*
!examples/node_modules/three/examples/js/controls/
examples/node_modules/three/examples/js/controls/*
!examples/node_modules/three/examples/js/controls/TransformControls.js
!examples/node_modules/three/examples/js/controls/OrbitControls.js
!examples/node_modules/three/examples/js/loaders/
examples/node_modules/three/examples/js/loaders/*
!examples/node_modules/three/examples/js/loaders/FBXLoader.js
!examples/node_modules/three/examples/js/loaders/GLTFLoader.js
!examples/node_modules/three/examples/js/libs/
examples/node_modules/three/examples/js/libs/*
!examples/node_modules/three/examples/js/libs/inflate.min.js
!examples/node_modules/dat.gui/
examples/node_modules/dat.gui/*
!examples/node_modules/dat.gui/build/
examples/node_modules/dat.gui/build/*
!examples/node_modules/dat.gui/build/dat.gui.js