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

Commit

Permalink
Expand .gitignore (#16)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
elfrank committed Sep 24, 2019
1 parent 267659a commit 93d6576
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
.DS_Store

node_modules

# demo/test scenes
demos/
test-scene/

0 comments on commit 93d6576

Please sign in to comment.