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.org5
1 files changed, 5 insertions, 0 deletions
diff --git a/org/config_git.org b/org/config_git.org
index abdfd33..18146d3 100644
--- a/org/config_git.org
+++ b/org/config_git.org
@@ -23,8 +23,10 @@
#+HEADER: :tangle "../.gitignore"
#+BEGIN_SRC sh
# git ls-files --others --exclude-from=.git/info/exclude
+# git clean -ix
,*
!.gitignore
+!.gitattributes
!README.md
!README
!COPYRIGHT
@@ -51,6 +53,7 @@
!*.nix
!nix
!nix/**
+!flake.lock
!.envrc
!.envrc-local_
!.dr
@@ -111,6 +114,7 @@ tmp/**
#+HEADER: :tangle "../sundry/spine_search_cgi/.gitignore"
#+BEGIN_SRC sh
# git ls-files --others --exclude-from=.git/info/exclude
+# git clean -ix
,*
!.gitignore
!README.md
@@ -131,6 +135,7 @@ tmp/**
!*.nix
!nix
!nix/**
+!flake.lock
!.envrc
!src
!src/**