add package-lock.json, changed gitignore to ignore compiled assets

This commit is contained in:
Rüdiger Diedrich
2025-03-27 11:55:34 +01:00
parent 76e9ef8a13
commit e4b4817426
2 changed files with 97 additions and 0 deletions

3
.gitignore vendored
View File

@ -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/