2017-06-26 04:36:49 -04:00
|
|
|
## Ignore Umbraco files/folders generated for each instance
|
|
|
|
##
|
|
|
|
## Get latest from https://github.com/github/gitignore/blob/master/Umbraco.gitignore
|
|
|
|
|
2014-05-06 03:42:22 -04:00
|
|
|
# Note: VisualStudio gitignore rules may also be relevant
|
2014-04-13 16:53:34 -04:00
|
|
|
|
2015-09-15 03:48:17 -04:00
|
|
|
# Umbraco
|
2014-04-13 16:53:34 -04:00
|
|
|
# Ignore unimportant folders generated by Umbraco
|
|
|
|
**/App_Data/Logs/
|
|
|
|
**/App_Data/[Pp]review/
|
|
|
|
**/App_Data/TEMP/
|
2015-09-15 03:48:17 -04:00
|
|
|
**/App_Data/NuGetBackup/
|
2014-01-14 05:29:02 -05:00
|
|
|
|
|
|
|
# Ignore Umbraco content cache file
|
2014-04-13 16:53:34 -04:00
|
|
|
**/App_Data/umbraco.config
|
2014-07-07 21:43:42 -04:00
|
|
|
|
|
|
|
# Don't ignore Umbraco packages (VisualStudio.gitignore mistakes this for a NuGet packages folder)
|
|
|
|
# Make sure to include details from VisualStudio.gitignore BEFORE this
|
2018-01-04 04:26:19 -05:00
|
|
|
!**/App_Data/[Pp]ackages/*
|
|
|
|
!**/[Uu]mbraco/[Dd]eveloper/[Pp]ackages/*
|
2015-09-15 03:48:17 -04:00
|
|
|
|
2018-06-05 00:09:20 -04:00
|
|
|
# ImageProcessor DiskCache
|
2015-09-15 03:48:17 -04:00
|
|
|
**/App_Data/cache/
|
2017-12-14 21:09:14 -05:00
|
|
|
|
|
|
|
# Ignore the Models Builder models out of date flag
|
|
|
|
**/App_Data/Models/ood.flag
|