Skip to content

Commit 0aee91b

Browse files
committed
Merge pull request #1503 from LunicLynx/keep-cache-directories
add rule to keep track of directories ending in .Cache
2 parents f9cc4d1 + 5ee2b35 commit 0aee91b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

VisualStudio.gitignore

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,13 @@ csx/
154154
# Windows Store app package directory
155155
AppPackages/
156156

157-
# Others
157+
# Visual Studio cache files
158+
# files ending in .cache can be ignored
158159
*.[Cc]ache
160+
# but keep track of directories ending in .cache
161+
!*.[Cc]ache/
162+
163+
# Others
159164
ClientBin/
160165
[Ss]tyle[Cc]op.*
161166
~$*

0 commit comments

Comments
 (0)