add package-lock.json, changed gitignore to ignore compiled assets
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@ -31,6 +31,9 @@ stimmung-*.tar
|
||||
# Ignore digested assets cache.
|
||||
/priv/static/cache_manifest.json
|
||||
|
||||
# Also ignore the rest of priv/static
|
||||
/priv/static/
|
||||
|
||||
# In case you use Node.js/npm, you want to ignore these.
|
||||
npm-debug.log
|
||||
/assets/node_modules/
|
||||
|
Reference in New Issue
Block a user