Skip to content

Commit 65047ae

Browse files
authored
Add ignore to umbraco folder (#3307)
Add ignore to umbraco folder as it will be added by Install-Package UmbracoCms or updated by Update-Package UmbracoCms
1 parent 111cf18 commit 65047ae

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Umbraco.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@
1414
# Ignore Umbraco content cache file
1515
**/App_Data/umbraco.config
1616

17+
## this [Uu]mbraco/ folder should be created by cmd like `Install-Package UmbracoCms -Version 8.5.3`
18+
## you can find your umbraco version at your Web.config. (i.e. <add key="Umbraco.Core.ConfigurationStatus" value="8.5.3" />)
19+
## Uncomment this line if you think it fits the way you work on your project.
20+
## **/[Uu]mbraco/
21+
1722
# Don't ignore Umbraco packages (VisualStudio.gitignore mistakes this for a NuGet packages folder)
1823
# Make sure to include details from VisualStudio.gitignore BEFORE this
1924
!**/App_Data/[Pp]ackages/*

0 commit comments

Comments
 (0)