1
0
mirror of https://github.com/github/gitignore synced 2024-06-12 07:30:05 +02:00

Merge pull request #1503 from LunicLynx/keep-cache-directories

add rule to keep track of directories ending in .Cache
This commit is contained in:
Brendan Forster 2015-05-08 07:56:40 +09:30
commit 0aee91babc

View File

@ -154,8 +154,13 @@ csx/
# Windows Store app package directory
AppPackages/
# Others
# Visual Studio cache files
# files ending in .cache can be ignored
*.[Cc]ache
# but keep track of directories ending in .cache
!*.[Cc]ache/
# Others
ClientBin/
[Ss]tyle[Cc]op.*
~$*