소스 검색

Merge pull request #2904 from wldevries/VisualStudio_CacheDirs

Only unignore directories that have at least a character ending with .cache
Brendan Forster 6 년 전
부모
커밋
6cbcdee97b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      VisualStudio.gitignore

+ 1 - 1
VisualStudio.gitignore

@@ -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/