diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,6 +1,8 @@ # git ls-files --others --exclude-from=.git/info/exclude +# git clean -ix * !.gitignore +!.gitattributes !README.md !README !COPYRIGHT @@ -27,7 +29,9 @@ !*.nix !nix !nix/** +!flake.lock !.envrc +!.envrc-local_ !.dr !.dr/* !src |