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
|
|
|
|
2015-09-15 09:48:17 +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/
|
2015-09-15 09:48:17 +02:00
|
|
|
**/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
|
2014-07-08 03:43:42 +02:00
|
|
|
|
2021-07-11 07:03:23 +02:00
|
|
|
## this [Uu]mbraco/ folder should be created by cmd like `Install-Package UmbracoCms -Version 8.5.3`
|
2021-05-16 20:35:36 +02: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 11:41:41 +01:00
|
|
|
## Uncomment this line if you think it fits the way you work on your project.
|
2021-07-11 07:03:23 +02:00
|
|
|
## **/[Uu]mbraco/
|
2020-02-21 11:41:41 +01:00
|
|
|
|
2014-07-08 03:43:42 +02: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 10:26:19 +01:00
|
|
|
!**/App_Data/[Pp]ackages/*
|
|
|
|
!**/[Uu]mbraco/[Dd]eveloper/[Pp]ackages/*
|
2020-02-10 11:20:24 +01:00
|
|
|
!**/[Uu]mbraco/[Vv]iews/[Pp]ackages/*
|
2015-09-15 09:48:17 +02:00
|
|
|
|
2018-06-05 06:09:20 +02:00
|
|
|
# ImageProcessor DiskCache
|
2015-09-15 09:48:17 +02:00
|
|
|
**/App_Data/cache/
|
2017-12-15 03:09:14 +01:00
|
|
|
|
|
|
|
# Ignore the Models Builder models out of date flag
|
2021-05-16 20:35:36 +02:00
|
|
|
**/ood.flag
|