git:ignore: Add /.git

Ignore the .git directory globally instead of ignoring it manually in
tools like fd and ripgrep.

I feel very dumb for putting all this time into the redefinition of :Rg,
especially since I am currently **much** procrastinating writing my
bachelor thesis.
This commit is contained in:
2023-06-23 17:03:29 +02:00
parent 4f5d23bd15
commit 0c4dfbf363
3 changed files with 5 additions and 25 deletions

View File

@@ -1,3 +1,6 @@
# Ignore .git directory (mostly for tools like rg and fd)
/.git
# Ignore all compiled zsh-files
*.zwc