aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/config_git.org
diff options
context:
space:
mode:
Diffstat (limited to 'org/config_git.org')
-rw-r--r--org/config_git.org8
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