mirror of
https://github.com/go-gitea/gitea.git
synced 2024-11-01 08:47:40 -04:00
18 lines
536 B
Plaintext
18 lines
536 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/[Dd]eveloper/[Pp]ackages
|