Update .gitignore

This commit is contained in:
Mirai Kumiko 2025-06-06 15:54:03 +02:00
parent 4a5d5e9d64
commit 6ac19d6261
Signed by: miraikumiko
GPG key ID: 3F178B1B5E0CB278

4
.gitignore vendored
View file

@ -28,10 +28,12 @@ nulla-*.tar
# Ignore assets that are produced by build tools. # Ignore assets that are produced by build tools.
/priv/static/assets/ /priv/static/assets/
# Ignore static files
/priv/static/files/
# Ignore digested assets cache. # Ignore digested assets cache.
/priv/static/cache_manifest.json /priv/static/cache_manifest.json
# In case you use Node.js/npm, you want to ignore these. # In case you use Node.js/npm, you want to ignore these.
npm-debug.log npm-debug.log
/assets/node_modules/ /assets/node_modules/