Procházet zdrojové kódy

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

Wouter de Vries před 6 roky
rodič
revize
38b9fdf4fb
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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/