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 479b7f8 + 7955283 commit 5d4c342Copy full SHA for 5d4c342
Umbraco.gitignore
@@ -1,9 +1,12 @@
1
-# Ignore Umbraco folders (Generated folders created by Umbraco)
2
-ClientDependency/
3
-TEMP/
4
-Logs/
+# Note: VisualStudio gitignore rules may also be relevant
+
+# 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/
-ExamineIndexes/
10
11
# Ignore Umbraco content cache file
-umbraco.config
12
+**/App_Data/umbraco.config
0 commit comments