소스 검색

Merge branch 'fix-1013'

I made some changes to the original pull request to remove complexity which
I believe was not needed.
Carl Suster 11 년 전
부모
커밋
5d4c342397
1개의 변경된 파일9개의 추가작업 그리고 6개의 파일을 삭제
  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