Aktualisiere .gitignore, um temporäre Dateien und spezifische Tarball-Namen zu ignorieren
This commit is contained in:
parent
01bbf44c3b
commit
51a23319b6
1 changed files with 4 additions and 4 deletions
8
.gitignore
vendored
8
.gitignore
vendored
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue