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 /org/config_git.org | |
parent | texpdf address issue with texlive-2023 (diff) |
updates nix flake & ruby 3.3, nix direnv 2.4.0
Diffstat (limited to 'org/config_git.org')
-rw-r--r-- | org/config_git.org | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/org/config_git.org b/org/config_git.org index 88eae7f5..68ff2cea 100644 --- a/org/config_git.org +++ b/org/config_git.org @@ -25,6 +25,8 @@ # git clean -ix # find . -name "*_" | xargs rm -rf ,* +!.gitignore +!.gitattributes !nix/** !*.nix !flake.lock @@ -104,8 +106,8 @@ !.gitignore !.gitattributes !.envrc -!.env -!.env/** +!.envrc-local +!.envrc-nix #+END_SRC ** .gitattributes :gitattributes: @@ -115,5 +117,5 @@ /org export-ignore .gitattributes export-ignore tangle export-ignore -flake.lock export-ignore +#flake.lock export-ignore #+END_SRC |