diff options
| author | Ralph Amissah <ralph.amissah@gmail.com> | 2026-04-29 20:53:38 -0400 |
|---|---|---|
| committer | Ralph Amissah <ralph.amissah@gmail.com> | 2026-04-29 21:39:34 -0400 |
| commit | 935340c927c12366db3cb34514726c374db2d264 (patch) | |
| tree | 49e7cda34c31c6d14085a7c758d93e28437a4cda /org/config_git.org | |
| parent | nix keeping: nix-shell, nix-build derivation.nix (diff) | |
editorconfig added
Diffstat (limited to 'org/config_git.org')
| -rw-r--r-- | org/config_git.org | 2 |
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 |
