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.org6
1 files changed, 4 insertions, 2 deletions
diff --git a/org/config_git.org b/org/config_git.org
index 9957635..592021d 100644
--- a/org/config_git.org
+++ b/org/config_git.org
@@ -34,6 +34,8 @@
!*.nix
!flake.lock
!.envrc
+!.env
+!.env/**
!README.md
!README
!COPYRIGHT
@@ -96,7 +98,6 @@ tmp/**
,*_
,*.swp
,*~
-,*~
\#*
,*.\#*
!.envrc-local_
@@ -106,7 +107,7 @@ tmp/**
#.reggae/**
#+END_SRC
-** gitattributes :gitattributes:
+** .gitattributes :gitattributes:
#+HEADER: :tangle "../.gitattributes"
#+BEGIN_SRC sh
@@ -114,6 +115,7 @@ tmp/**
/subprojects export-ignore
/build export-ignore
.gitattributes export-ignore
+#.gitignore export-ignore
tangle export-ignore
flake.lock export-ignore
#+END_SRC