aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore8
1 files changed, 7 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index a9c1763..4342bcb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -45,4 +45,10 @@ $RECYCLE.BIN/
Network Trash Folder
Temporary Items
.apdisk
-node_modules \ No newline at end of file
+
+# Node module directory
+node_modules
+
+# Minified files in the wrong folder (this is for testing)
+*.b.js
+*.b.js.map \ No newline at end of file