mirror of
https://github.com/github/gitignore
synced 2024-12-26 23:00:18 +01:00
7222e77266
This reverts commit 5b168d43009dbfa9e5b02dd6be7ee5961059ea61. Amends #1131 - fixes Umbraco template to compensate for the change in the VisualStudio template which would lead to issues if the two were used together. These rules were originally added by @bbodenmiller in #1013
18 lines
533 B
Plaintext
18 lines
533 B
Plaintext
# 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/
|
|
|
|
# Ignore Umbraco content cache file
|
|
**/App_Data/umbraco.config
|
|
|
|
# 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
|