Add gitignore and envrc

This commit is contained in:
Daniel Flanagan 2024-02-28 09:34:01 -06:00
parent 7442479948
commit f55594b02c
Signed by: lytedev
GPG key ID: 5B2020A0F9921EF4
2 changed files with 9 additions and 0 deletions

View file

@ -0,0 +1 @@
use flake

8
templates/nix-flake/.gitignore vendored Normal file
View file

@ -0,0 +1,8 @@
# ignore `nix build` output
/result
# ignore direnv cache stuff
/.direnv
# ignore pre-commit hooks as installed by direnv
/.pre-commit-config.yaml