From 93d6576497f5d62c78440d8c1c83edddd3c412f8 Mon Sep 17 00:00:00 2001 From: Francisco Avila Date: Mon, 23 Sep 2019 18:43:15 -0700 Subject: [PATCH] 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. --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 3c3629e..6692aae 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,7 @@ +.DS_Store + node_modules + +# demo/test scenes +demos/ +test-scene/