diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2023-10-14 12:27:50 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2023-10-19 12:22:09 -0400 |
commit | 254371aa83682d52cac1746eaf1892538d97f352 (patch) | |
tree | 0edae59137e5e1db520a4b2b76a523957ae22c9c /.gitignore | |
parent | texpdf address issue with texlive-2023 (diff) |
updates nix flake & ruby 3.3, nix direnv 2.4.0
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -3,6 +3,8 @@ # git clean -ix # find . -name "*_" | xargs rm -rf * +!.gitignore +!.gitattributes !nix/** !*.nix !flake.lock @@ -82,5 +84,5 @@ !.gitignore !.gitattributes !.envrc -!.env -!.env/** +!.envrc-local +!.envrc-nix |