gitignore/Umbraco.gitignore

27 lines
785 B
Plaintext
Raw Permalink Normal View History

2017-06-26 10:36:49 +02:00
## Ignore Umbraco files/folders generated for each instance
##
## Get latest from https://github.com/github/gitignore/blob/master/Umbraco.gitignore
2014-05-06 09:42:22 +02:00
# Note: VisualStudio gitignore rules may also be relevant
2014-04-13 22:53:34 +02:00
# Umbraco
2014-04-13 22:53:34 +02:00
# Ignore unimportant folders generated by Umbraco
**/App_Data/Logs/
**/App_Data/[Pp]review/
**/App_Data/TEMP/
**/App_Data/NuGetBackup/
2014-01-14 11:29:02 +01:00
# Ignore Umbraco content cache file
2014-04-13 22:53:34 +02:00
**/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/*
2018-06-05 06:09:20 +02:00
# ImageProcessor DiskCache
**/App_Data/cache/
# Ignore the Models Builder models out of date flag
**/App_Data/Models/ood.flag