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").
|
||||
*.ez
|
||||
|
||||
# Temporary files, for example, from tests.
|
||||
/tmp/
|
||||
|
||||
# Ignore package tarball (built via "mix hex.build").
|
||||
*-*.tar
|
||||
bmt_checkout-*.tar
|
||||
|
||||
# Ignore assets that are produced by build tools.
|
||||
/priv/static/assets/
|
||||
|
||||
# Ignore uploaded image files.
|
||||
/priv/static/uploads/
|
||||
|
||||
# Ignore digested assets cache.
|
||||
/priv/static/cache_manifest.json
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue