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.
|
||||
/_build/
|
||||
|
||||
@ -22,10 +27,9 @@ erl_crash.dump
|
||||
# Ignore package tarball (built via "mix hex.build").
|
||||
heroicons-*.tar
|
||||
|
||||
|
||||
# Temporary files for e.g. tests
|
||||
/tmp
|
||||
|
||||
# Elixir deps
|
||||
.nix-mix/
|
||||
.nix-hex/
|
||||
.nix-hex/
|
||||
|
Reference in New Issue
Block a user