diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 5da920295..57a3c0e0b 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ /TAGS /bench-* !.circleci/** +!.envrc !.editorconfig !.gitattributes !.github/** @@ -30,9 +31,11 @@ !Setup.hs !cabal.project !changelog.md -!default.nix !pandoc.cabal !hie.yaml +!flake.nix +!flake.lock +!default.nix !release.nix !shell.nix !stack.yaml |
