File tree Expand file tree Collapse file tree 1 file changed +14
-6
lines changed
Expand file tree Collapse file tree 1 file changed +14
-6
lines changed Original file line number Diff line number Diff line change 1- # Ignore Umbraco folders (Generated folders created by Umbraco)
2- ClientDependency /
3- TEMP /
4- Logs /
1+ # Make sure to include ignores from VisualStudio.gitignore if developing on Umbraco using Visual Studio
2+
3+ # Ignore unimportant folders generated by Umbraco
4+ ** /App_Data /ClientDependency /
5+ ** /App_Data /ExamineIndexes /
6+ ** /App_Data /Logs /
7+ ** /App_Data /[Pp ]review /
8+ ** /App_Data /TEMP /
59Cached /
6- ExamineIndexes /
710
811# Ignore Umbraco content cache file
9- umbraco.config
12+ ** /App_Data /umbraco.config
13+
14+ # Don't ignore Umbraco packages (VisualStudio.gitignore mistakes this for a NuGet packages folder)
15+ # Make sure to include details from VisualStudio.gitignore BEFORE this
16+ ! ** /App_Data /[Pp ]ackages /
17+ ! ** /[Uu ]mbraco /developer /[Pp ]ackages
You can’t perform that action at this time.
0 commit comments