Aktualisiere .gitignore, um temporäre Dateien und spezifische Tarball-Namen zu ignorieren

This commit is contained in:
Arndt Touby 2025-01-17 21:53:40 +01:00
parent 01bbf44c3b
commit 51a23319b6

8
.gitignore vendored
View file

@ -19,15 +19,15 @@ erl_crash.dump
# Also ignore archive artifacts (built via "mix archive.build"). # Also ignore archive artifacts (built via "mix archive.build").
*.ez *.ez
# Temporary files, for example, from tests.
/tmp/
# Ignore package tarball (built via "mix hex.build"). # Ignore package tarball (built via "mix hex.build").
*-*.tar bmt_checkout-*.tar
# Ignore assets that are produced by build tools. # Ignore assets that are produced by build tools.
/priv/static/assets/ /priv/static/assets/
# Ignore uploaded image files.
/priv/static/uploads/
# Ignore digested assets cache. # Ignore digested assets cache.
/priv/static/cache_manifest.json /priv/static/cache_manifest.json