Skip to content

Commit 5d4c342

Browse files
committed
Merge branch 'fix-1013'
I made some changes to the original pull request to remove complexity which I believe was not needed.
2 parents 479b7f8 + 7955283 commit 5d4c342

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

Umbraco.gitignore

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1-
# Ignore Umbraco folders (Generated folders created by Umbraco)
2-
ClientDependency/
3-
TEMP/
4-
Logs/
1+
# Note: VisualStudio gitignore rules may also be relevant
2+
3+
# Ignore unimportant folders generated by Umbraco
4+
**/App_Data/ClientDependency/
5+
**/App_Data/ExamineIndexes/
6+
**/App_Data/Logs/
7+
**/App_Data/[Pp]review/
8+
**/App_Data/TEMP/
59
Cached/
6-
ExamineIndexes/
710

811
# Ignore Umbraco content cache file
9-
umbraco.config
12+
**/App_Data/umbraco.config

0 commit comments

Comments
 (0)