Only ignore .git in package root, not subdirs
This commit is contained in:
parent
c1b1767b12
commit
ba87bf40ec
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue