Skip to content

Commit 0a00b0b

Browse files
committed
Merge pull request #1661 from JimBobSquarePants/patch-2
Update Umbraco.gitignore
2 parents 95bdb4e + 06581f9 commit 0a00b0b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Umbraco.gitignore

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
# Note: VisualStudio gitignore rules may also be relevant
22

3+
# Umbraco
34
# Ignore unimportant folders generated by Umbraco
4-
**/App_Data/ClientDependency/
5-
**/App_Data/ExamineIndexes/
65
**/App_Data/Logs/
76
**/App_Data/[Pp]review/
87
**/App_Data/TEMP/
9-
Cached/
8+
**/App_Data/NuGetBackup/
109

1110
# Ignore Umbraco content cache file
1211
**/App_Data/umbraco.config
@@ -15,3 +14,6 @@ Cached/
1514
# Make sure to include details from VisualStudio.gitignore BEFORE this
1615
!**/App_Data/[Pp]ackages/
1716
!**/[Uu]mbraco/[Dd]eveloper/[Pp]ackages
17+
18+
# ImageProcessor DiskCache
19+
**/App_Data/cache/

0 commit comments

Comments
 (0)