diff options
author | bill-auger <mr.j.spam.me@gmail.com> | 2018-02-28 22:35:53 -0500 |
---|---|---|
committer | bill-auger <mr.j.spam.me@gmail.com> | 2018-02-28 22:35:53 -0500 |
commit | e52d93da98bffcb51f6d6b98f6106fd206b4e681 (patch) | |
tree | 5d13ae900daea81fdfcd7a328d6c43368bfccbba /.gitignore | |
parent | 2ce946cfa39e62f5c985d2944ffde8dd97d9c313 (diff) |
add build deps and artifacts to .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -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 |