diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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 |
