diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2022-09-28 18:33:09 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2022-10-03 21:58:01 -0400 |
commit | 3b6e0279c4afffc8b11cd7d881e0a8b6f43aa431 (patch) | |
tree | d919fa206e169300caa05bce77e6a79fd2d7803c /.gitignore | |
parent | org noweb adjustments (diff) |
org nix
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 |