From 10d9c15458afeea31b1962714c39b8c032313c20 Mon Sep 17 00:00:00 2001 From: Erik-Jan Westendorp Date: Tue, 15 Jun 2021 16:34:35 +0200 Subject: [PATCH 1/2] Add media folder to umbraco.gitignore --- Umbraco.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Umbraco.gitignore b/Umbraco.gitignore index 56495314..97e606c0 100644 --- a/Umbraco.gitignore +++ b/Umbraco.gitignore @@ -19,6 +19,10 @@ ## Uncomment this line if you think it fits the way you work on your project. ## **/[Uu]mbraco/ +## This [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/* From cfd330ff8b6b95fcb08f16a6bbbf2cfc691dc6ba Mon Sep 17 00:00:00 2001 From: Erik-Jan Westendorp Date: Tue, 15 Jun 2021 16:47:51 +0200 Subject: [PATCH 2/2] Update Umbraco.gitignore Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com> --- Umbraco.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Umbraco.gitignore b/Umbraco.gitignore index 97e606c0..ceb7c866 100644 --- a/Umbraco.gitignore +++ b/Umbraco.gitignore @@ -19,7 +19,7 @@ ## Uncomment this line if you think it fits the way you work on your project. ## **/[Uu]mbraco/ -## This [Mm]edia/ folder contains content. Content may vary by environment and should therefore not be added to source control. +## 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/