We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 95bdb4e + 06581f9 commit 0a00b0bCopy full SHA for 0a00b0b
Umbraco.gitignore
@@ -1,12 +1,11 @@
1
# Note: VisualStudio gitignore rules may also be relevant
2
3
+# Umbraco
4
# Ignore unimportant folders generated by Umbraco
-**/App_Data/ClientDependency/
5
-**/App_Data/ExamineIndexes/
6
**/App_Data/Logs/
7
**/App_Data/[Pp]review/
8
**/App_Data/TEMP/
9
-Cached/
+**/App_Data/NuGetBackup/
10
11
# Ignore Umbraco content cache file
12
**/App_Data/umbraco.config
@@ -15,3 +14,6 @@ Cached/
15
14
# Make sure to include details from VisualStudio.gitignore BEFORE this
16
!**/App_Data/[Pp]ackages/
17
!**/[Uu]mbraco/[Dd]eveloper/[Pp]ackages
+
18
+# ImageProcessor DiskCache
19
+**/App_Data/cache/
0 commit comments