Skip to content

Commit 82fca3b

Browse files
authored
Excluding odd.flag in all folders for Umbraco gitignore
1 parent b2ccc46 commit 82fca3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Umbraco.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
**/App_Data/umbraco.config
1616

1717
## 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" />)
18+
## you can find your Umbraco version in your Web.config. (i.e. <add key="Umbraco.Core.ConfigurationStatus" value="8.5.3" />)
1919
## Uncomment this line if you think it fits the way you work on your project.
2020
## **/[Uu]mbraco/
2121

@@ -29,4 +29,4 @@
2929
**/App_Data/cache/
3030

3131
# Ignore the Models Builder models out of date flag
32-
**/App_Data/Models/ood.flag
32+
**/ood.flag

0 commit comments

Comments
 (0)