Umbraco.gitignore 533 字节
Newer Older
C
Carl Suster 已提交
1
# Note: VisualStudio gitignore rules may also be relevant
B
Ben Bodenmiller 已提交
2 3 4 5 6 7 8

# Ignore unimportant folders generated by Umbraco
**/App_Data/ClientDependency/
**/App_Data/ExamineIndexes/
**/App_Data/Logs/
**/App_Data/[Pp]review/
**/App_Data/TEMP/
D
Dan Lister 已提交
9 10 11
Cached/

# Ignore Umbraco content cache file
B
Ben Bodenmiller 已提交
12
**/App_Data/umbraco.config
13 14 15 16 17

# Don't ignore Umbraco packages (VisualStudio.gitignore mistakes this for a NuGet packages folder)
# Make sure to include details from VisualStudio.gitignore BEFORE this
!**/App_Data/[Pp]ackages/
!**/[Uu]mbraco/developer/[Pp]ackages