瀏覽代碼

Merge pull request #2904 from wldevries/VisualStudio_CacheDirs

Only unignore directories that have at least a character ending with .cache
pull/2892/head^2
Brendan Forster 5 年之前
父節點
當前提交
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/

Loading…
取消
儲存