Only ignore .git in package root, not subdirs

This commit is contained in:
Danielle McLean 2024-05-31 12:28:20 +10:00
parent c1b1767b12
commit ba87bf40ec
Signed by: 00dani
GPG key ID: 6854781A0488421C

View file

@ -3,7 +3,7 @@
{ # Wrap the entire program in a braced block so it won't run at all if you do curl | zsh and the connection drops.
global_ignore=(
'\.git.*'
'^\.git.*'
'README\.md'
'\.editorconfig'
'\.stow-no-folding'