2017-06-26 16:36:49 +08:00
|
|
|
## Ignore Umbraco files/folders generated for each instance
|
|
|
|
##
|
2021-12-07 06:39:54 +08:00
|
|
|
## Get latest from https://github.com/github/gitignore/blob/main/Umbraco.gitignore
|
2017-06-26 16:36:49 +08:00
|
|
|
|
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
|
|
|
|
2021-07-11 13:03:23 +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.
|
2021-07-11 13:03:23 +08:00
|
|
|
## **/[Uu]mbraco/
|
2020-02-21 18:41:41 +08:00
|
|
|
|
2021-06-15 22:47:51 +08:00
|
|
|
## The [Mm]edia/ folder contains content. Content may vary by environment and should therefore not be added to source control.
|
2021-06-15 22:34:35 +08:00
|
|
|
## Uncomment this line if you think it fits the way you work on your project.
|
|
|
|
## **/[Mm]edia/
|
|
|
|
|
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
|
2021-07-09 17:26:37 +08:00
|
|
|
|
|
|
|
# NEW for version 9 .Net 5 (Core)
|
2021-07-31 00:55:40 +08:00
|
|
|
#ignore umbraco backoffice assest from wwwroot
|
|
|
|
**/wwwroot/umbraco/
|
|
|
|
|
2022-05-06 17:23:14 +08:00
|
|
|
# SQLite files
|
|
|
|
*.sqlite.db*
|
|
|
|
|
2021-07-31 00:55:40 +08:00
|
|
|
#ignore umbraco data/views/settings
|
|
|
|
**/umbraco/
|
|
|
|
|
|
|
|
#include default location for modelsbuilder output
|
2021-07-31 01:12:28 +08:00
|
|
|
!**/umbraco/models
|
|
|
|
|
|
|
|
#include default location for packages
|
2022-05-06 17:23:14 +08:00
|
|
|
!**/umbraco/Data/packages
|