Unverified Commit 6cbcdee9 authored by Brendan Forster's avatar Brendan Forster Committed by GitHub

Merge pull request #2904 from wldevries/VisualStudio_CacheDirs

Only unignore directories that have at least a character ending with .cache
parents 1738bf6d 38b9fdf4
...@@ -211,7 +211,7 @@ _pkginfo.txt ...@@ -211,7 +211,7 @@ _pkginfo.txt
# files ending in .cache can be ignored # files ending in .cache can be ignored
*.[Cc]ache *.[Cc]ache
# but keep track of directories ending in .cache # but keep track of directories ending in .cache
!*.[Cc]ache/ !?*.[Cc]ache/
# Others # Others
ClientBin/ ClientBin/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment