aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2018-02-28 22:35:53 -0500
committerbill-auger <mr.j.spam.me@gmail.com>2018-02-28 22:35:53 -0500
commite52d93da98bffcb51f6d6b98f6106fd206b4e681 (patch)
tree5d13ae900daea81fdfcd7a328d6c43368bfccbba
parent2ce946cfa39e62f5c985d2944ffde8dd97d9c313 (diff)
add build deps and artifacts to .gitignore
-rw-r--r--.gitignore11
1 files changed, 10 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index e72c357..7258bbe 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,4 +2,13 @@
old/
*.zip
SDK LibreJS source/
-*# \ No newline at end of file
+*#
+
+# dependencies
+node_modules/
+
+# artifacts
+librejs.xpi
+bundle.js
+npm-debug.log
+package-lock.json