From e52d93da98bffcb51f6d6b98f6106fd206b4e681 Mon Sep 17 00:00:00 2001 From: bill-auger Date: Wed, 28 Feb 2018 22:35:53 -0500 Subject: add build deps and artifacts to .gitignore --- .gitignore | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3