diff options
| author | Ralph Amissah <ralph.amissah@gmail.com> | 2026-04-29 21:40:56 -0400 |
|---|---|---|
| committer | Ralph Amissah <ralph.amissah@gmail.com> | 2026-04-29 21:40:56 -0400 |
| commit | 1be9f0e225c3d4c1f5fae73d60e4284a030ee520 (patch) | |
| tree | eabb7756c31c9b855aa64fa149e44996a104ada1 /.gitignore | |
| parent | flake devshells renames (diff) | |
editconfig added
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,4 +1,5 @@ # 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 @@ -6,6 +7,7 @@ * !.gitignore !.gitattributes +!.editorconfig !nix/** !*.nix !flake.lock |
