chore(git): add nix gitignore

This commit is contained in:
Ananth Venkatesh 2025-01-24 21:49:13 -05:00
parent 14ca5bbc13
commit 7b8dc33f14
Signed by: ananthv
GPG key ID: 4BB578E748CFE4FF

8
.gitignore vendored
View file

@ -1,6 +1,14 @@
# ---> Elm # ---> Elm
# elm-package generated files # elm-package generated files
elm-stuff elm-stuff
# elm-repl generated files # elm-repl generated files
repl-temp-* repl-temp-*
# ---> Nix
# Ignore build outputs from performing a nix-build or `nix build` command
result
result-*
# Ignore automatically generated direnv output
.direnv