Skip to content

Commit b55b891

Browse files
Update Umbraco.gitignore
Add ImageProcessor cached files and nuget package updates
1 parent 23aad6a commit b55b891

1 file changed

Lines changed: 16 additions & 1 deletion

File tree

Umbraco.gitignore

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

3+
# =========================
4+
# Umbraco
5+
# =========================
36
# Ignore unimportant folders generated by Umbraco
47
**/App_Data/ClientDependency/
58
**/App_Data/ExamineIndexes/
69
**/App_Data/Logs/
710
**/App_Data/[Pp]review/
811
**/App_Data/TEMP/
9-
Cached/
12+
**/App_Data/NuGetBackup/
13+
**/App_Data/FeedCache/
14+
**/App_Data/courier/revisions/
15+
**/App_Data/courier/cache/
16+
**/App_Data/umbraco.licensing.log.txt
17+
**/App_Data/*.udt
18+
**/aspnet_client/
1019

1120
# Ignore Umbraco content cache file
1221
**/App_Data/umbraco.config
@@ -15,3 +24,9 @@ Cached/
1524
# Make sure to include details from VisualStudio.gitignore BEFORE this
1625
!**/App_Data/[Pp]ackages/
1726
!**/[Uu]mbraco/[Dd]eveloper/[Pp]ackages
27+
28+
# =========================
29+
# ImageProcessor DiskCache
30+
# =========================
31+
**/App_Data/cache/
32+
Cached/

0 commit comments

Comments
 (0)