Ignore Mac files
This commit is contained in:
8
.gitignore
vendored
8
.gitignore
vendored
@ -1,3 +1,8 @@
|
|||||||
|
# MacOS
|
||||||
|
.DS_Store
|
||||||
|
.AppleDouble
|
||||||
|
.LSOverride
|
||||||
|
|
||||||
# The directory Mix will write compiled artifacts to.
|
# The directory Mix will write compiled artifacts to.
|
||||||
/_build/
|
/_build/
|
||||||
|
|
||||||
@ -22,10 +27,9 @@ erl_crash.dump
|
|||||||
# Ignore package tarball (built via "mix hex.build").
|
# Ignore package tarball (built via "mix hex.build").
|
||||||
heroicons-*.tar
|
heroicons-*.tar
|
||||||
|
|
||||||
|
|
||||||
# Temporary files for e.g. tests
|
# Temporary files for e.g. tests
|
||||||
/tmp
|
/tmp
|
||||||
|
|
||||||
# Elixir deps
|
# Elixir deps
|
||||||
.nix-mix/
|
.nix-mix/
|
||||||
.nix-hex/
|
.nix-hex/
|
||||||
|
Reference in New Issue
Block a user