chore(git): add nix gitignore
This commit is contained in:
parent
14ca5bbc13
commit
7b8dc33f14
1 changed files with 8 additions and 0 deletions
8
.gitignore
vendored
8
.gitignore
vendored
|
@ -1,6 +1,14 @@
|
|||
# ---> Elm
|
||||
# elm-package generated files
|
||||
elm-stuff
|
||||
|
||||
# elm-repl generated files
|
||||
repl-temp-*
|
||||
|
||||
# ---> Nix
|
||||
# Ignore build outputs from performing a nix-build or `nix build` command
|
||||
result
|
||||
result-*
|
||||
|
||||
# Ignore automatically generated direnv output
|
||||
.direnv
|
||||
|
|
Loading…
Reference in a new issue