aboutsummaryrefslogtreecommitdiffstats
path: root/options/gitignore/Umbraco
diff options
context:
space:
mode:
authorGiteaBot <teabot@gitea.io>2021-12-12 00:25:18 +0000
committerGiteaBot <teabot@gitea.io>2021-12-12 00:25:18 +0000
commit0a7e8327a017c5dd43e552bbcd0d0f056bc1671b (patch)
tree5a0ceb17bb50ad7072181691c19d911276f651f9 /options/gitignore/Umbraco
parent6d4172987e971345ce5572b85749aff4d740e086 (diff)
downloadgitea-0a7e8327a017c5dd43e552bbcd0d0f056bc1671b.tar.gz
gitea-0a7e8327a017c5dd43e552bbcd0d0f056bc1671b.zip
[skip ci] Updated licenses and gitignores
Diffstat (limited to 'options/gitignore/Umbraco')
-rw-r--r--options/gitignore/Umbraco6
1 files changed, 5 insertions, 1 deletions
diff --git a/options/gitignore/Umbraco b/options/gitignore/Umbraco
index 1f186d0fff..cea9c890c3 100644
--- a/options/gitignore/Umbraco
+++ b/options/gitignore/Umbraco
@@ -1,6 +1,6 @@
## Ignore Umbraco files/folders generated for each instance
##
-## Get latest from https://github.com/github/gitignore/blob/master/Umbraco.gitignore
+## Get latest from https://github.com/github/gitignore/blob/main/Umbraco.gitignore
# Note: VisualStudio gitignore rules may also be relevant
@@ -19,6 +19,10 @@
## Uncomment this line if you think it fits the way you work on your project.
## **/[Uu]mbraco/
+## The [Mm]edia/ folder contains content. Content may vary by environment and should therefore not be added to source control.
+## Uncomment this line if you think it fits the way you work on your project.
+## **/[Mm]edia/
+
# 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/*