Browse Source

Only unignore directories that have at least a character ending with .cache

pull/2904/head
Wouter de Vries 5 years ago
parent
commit
38b9fdf4fb
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      VisualStudio.gitignore

+ 1
- 1
VisualStudio.gitignore View File

@@ -211,7 +211,7 @@ _pkginfo.txt
# files ending in .cache can be ignored
*.[Cc]ache
# but keep track of directories ending in .cache
!*.[Cc]ache/
!?*.[Cc]ache/

# Others
ClientBin/

Loading…
Cancel
Save