Commit 0aee91ba authored by Brendan Forster's avatar Brendan Forster

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

add rule to keep track of directories ending in .Cache
parents f9cc4d14 5ee2b35c
...@@ -154,8 +154,13 @@ csx/ ...@@ -154,8 +154,13 @@ csx/
# Windows Store app package directory # Windows Store app package directory
AppPackages/ AppPackages/
# Others # Visual Studio cache files
# files ending in .cache can be ignored
*.[Cc]ache *.[Cc]ache
# but keep track of directories ending in .cache
!*.[Cc]ache/
# Others
ClientBin/ ClientBin/
[Ss]tyle[Cc]op.* [Ss]tyle[Cc]op.*
~$* ~$*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment