Explorar o código

Merge branch 'fix-1013'

I made some changes to the original pull request to remove complexity which
I believe was not needed.
Carl Suster %!s(int64=11) %!d(string=hai) anos
pai
achega
5d4c342397
Modificáronse 1 ficheiros con 9 adicións e 6 borrados
  1. 9 6
      Umbraco.gitignore

+ 9 - 6
Umbraco.gitignore

@@ -1,9 +1,12 @@
-# Ignore Umbraco folders (Generated folders created by Umbraco)
-ClientDependency/
-TEMP/
-Logs/
+# Note: VisualStudio gitignore rules may also be relevant
+
+# Ignore unimportant folders generated by Umbraco
+**/App_Data/ClientDependency/
+**/App_Data/ExamineIndexes/
+**/App_Data/Logs/
+**/App_Data/[Pp]review/
+**/App_Data/TEMP/
 Cached/
-ExamineIndexes/
 
 # Ignore Umbraco content cache file
-umbraco.config
+**/App_Data/umbraco.config