mirror of
https://github.com/github/gitignore
synced 2025-07-04 20:38:31 +02:00
add rule to keep track of directories ending in .Cache
More Information http://blogs.msdn.com/b/msbuild/archive/2008/02/11/what-s-up-with-xxx-sln-cache.aspx
This commit is contained in:
parent
ae5f226a51
commit
f441f790d2
1 changed files with 6 additions and 1 deletions
|
@ -150,8 +150,13 @@ csx/
|
|||
# Windows Store app package directory
|
||||
AppPackages/
|
||||
|
||||
# Others
|
||||
# Visual Studio cache files
|
||||
# files endeing in .cache can be ignored
|
||||
*.[Cc]ache
|
||||
# but keep track of directories ending in .cache
|
||||
!*.[Cc]ache/
|
||||
|
||||
# Others
|
||||
ClientBin/
|
||||
[Ss]tyle[Cc]op.*
|
||||
~$*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue