Skip to content
This repository was archived by the owner on Nov 22, 2022. It is now read-only.

Commit 93d6576

Browse files
authored
Expand .gitignore (#16)
In this PR, we add additional files to ignore on the Github repository * `.DS_Store` * `demos/` folder: this way, we can easily experiment locally with scenes * `test-scene/` folder: this way, we can keep a local copy of the test scene.
1 parent 267659a commit 93d6576

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1+
.DS_Store
2+
13
node_modules
4+
5+
# demo/test scenes
6+
demos/
7+
test-scene/

0 commit comments

Comments
 (0)