aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore6
1 files changed, 5 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 641ad956..fa1c9106 100644
--- a/.gitignore
+++ b/.gitignore
@@ -110,4 +110,8 @@ rethinkdb_data/
# SASS cache
.sass-cache/
-log.* \ No newline at end of file
+# Node modules
+node_modules/
+
+*.js.tmp
+log.*