From 254371aa83682d52cac1746eaf1892538d97f352 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Sat, 14 Oct 2023 12:27:50 -0400 Subject: updates nix flake & ruby 3.3, nix direnv 2.4.0 --- org/config_git.org | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'org/config_git.org') 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 -- cgit v1.2.3