diff options
-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 |