2017-06-26 16:36:49 +08:00
|
|
|
## Ignore Umbraco files/folders generated for each instance
|
|
|
|
##
|
|
|
|
## Get latest from https://github.com/github/gitignore/blob/master/Umbraco.gitignore
|
|
|
|
|
2014-05-06 15:42:22 +08:00
|
|
|
# Note: VisualStudio gitignore rules may also be relevant
|
2014-04-14 04:53:34 +08:00
|
|
|
|
2015-09-15 15:48:17 +08:00
|
|
|
# Umbraco
|
2014-04-14 04:53:34 +08:00
|
|
|
# Ignore unimportant folders generated by Umbraco
|
|
|
|
**/App_Data/Logs/
|
|
|
|
**/App_Data/[Pp]review/
|
|
|
|
**/App_Data/TEMP/
|
2015-09-15 15:48:17 +08:00
|
|
|
**/App_Data/NuGetBackup/
|
2014-01-14 18:29:02 +08:00
|
|
|
|
|
|
|
# Ignore Umbraco content cache file
|
2014-04-14 04:53:34 +08:00
|
|
|
**/App_Data/umbraco.config
|
2014-07-08 09:43:42 +08:00
|
|
|
|
2020-02-21 18:41:41 +08:00
|
|
|
## this [Uu]mbraco/ folder should be created by cmd like `Install-Package UmbracoCms -Version 8.5.3`
|
2021-05-17 02:35:36 +08:00
|
|
|
## you can find your Umbraco version in your Web.config. (i.e. <add key="Umbraco.Core.ConfigurationStatus" value="8.5.3" />)
|
2020-02-21 18:41:41 +08:00
|
|
|
## Uncomment this line if you think it fits the way you work on your project.
|
|
|
|
## **/[Uu]mbraco/
|
|
|
|
|
2014-07-08 09:43:42 +08: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 17:26:19 +08:00
|
|
|
!**/App_Data/[Pp]ackages/*
|
|
|
|
!**/[Uu]mbraco/[Dd]eveloper/[Pp]ackages/*
|
2020-02-10 18:20:24 +08:00
|
|
|
!**/[Uu]mbraco/[Vv]iews/[Pp]ackages/*
|
2015-09-15 15:48:17 +08:00
|
|
|
|
2018-06-05 12:09:20 +08:00
|
|
|
# ImageProcessor DiskCache
|
2015-09-15 15:48:17 +08:00
|
|
|
**/App_Data/cache/
|
2017-12-15 10:09:14 +08:00
|
|
|
|
|
|
|
# Ignore the Models Builder models out of date flag
|
2021-05-17 02:35:36 +08:00
|
|
|
**/ood.flag
|