aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/config_git.org
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2023-01-26 21:16:47 -0500
committerRalph Amissah <ralph.amissah@gmail.com>2023-02-10 10:42:28 -0500
commit970eea0a508d3a0a1f8c9e01c3667ceedaa5fb0f (patch)
tree7967c4648c8e58084d15c195a5c1ef189c139be6 /org/config_git.org
parentnix & build housekeeping (diff)
nix flake & build, devShells etc.
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