diff options
author | Erik-Jan Westendorp <erikjanwestendorp@outlook.com> | 2021-06-15 16:34:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-15 16:34:35 +0200 |
commit | 10d9c15458afeea31b1962714c39b8c032313c20 (patch) | |
tree | 5bdab98166d64bff3fd3ded404832d42c5e6208b /Umbraco.gitignore | |
parent | 991e760c1c6d50fdda246e0178b9c58b06770b90 (diff) | |
download | gitignore-10d9c15458afeea31b1962714c39b8c032313c20.tar.gz gitignore-10d9c15458afeea31b1962714c39b8c032313c20.zip |
Add media folder to umbraco.gitignore
Diffstat (limited to 'Umbraco.gitignore')
-rw-r--r-- | Umbraco.gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
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/* |