aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/config_git.org
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2026-04-29 20:53:38 -0400
committerRalph Amissah <ralph.amissah@gmail.com>2026-04-29 21:39:34 -0400
commit935340c927c12366db3cb34514726c374db2d264 (patch)
tree49e7cda34c31c6d14085a7c758d93e28437a4cda /org/config_git.org
parentnix keeping: nix-shell, nix-build derivation.nix (diff)
editorconfig added
Diffstat (limited to 'org/config_git.org')
-rw-r--r--org/config_git.org2
1 files changed, 2 insertions, 0 deletions
diff --git a/org/config_git.org b/org/config_git.org
index 220cad7..6a0cdbe 100644
--- a/org/config_git.org
+++ b/org/config_git.org
@@ -21,6 +21,7 @@
#+HEADER: :tangle "../.gitignore"
#+BEGIN_SRC gitignore
# git ls-files --others --exclude-from=.git/info/exclude
+# git ls-files --others --ignored --exclude-standard --directory
# git check-ignore -v flake.lock
# git clean -ix
# find . -name "*_" | xargs rm -rf
@@ -28,6 +29,7 @@
,*
!.gitignore
!.gitattributes
+!.editorconfig
!nix/**
!*.nix
!flake.lock