]> source.dussan.org Git - gitignore.git/commitdiff
Add ignore to umbraco folder (#3307)
authorbakkiung <56805122+bakkiung@users.noreply.github.com>
Fri, 21 Feb 2020 10:41:41 +0000 (23:41 +1300)
committerGitHub <noreply@github.com>
Fri, 21 Feb 2020 10:41:41 +0000 (06:41 -0400)
Add ignore to umbraco folder as it will be added by Install-Package UmbracoCms or updated by Update-Package UmbracoCms

Umbraco.gitignore

index 5d28bc4f983163d05e51f4790d720da48d61082e..c286845766db51ccdff5695b90dc307bcce8e518 100644 (file)
 # Ignore Umbraco content cache file
 **/App_Data/umbraco.config
 
+## this [Uu]mbraco/ folder should be created by cmd like `Install-Package UmbracoCms -Version 8.5.3` 
+## you can find your umbraco version at your Web.config. (i.e. <add key="Umbraco.Core.ConfigurationStatus" value="8.5.3" />)
+## Uncomment this line if you think it fits the way you work on your project.
+## **/[Uu]mbraco/ 
+
 # 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/*