Update template gitignore for static assets now in Razor Class Library (#12424)
* Update template gitignore Remove the rules for umbraco static assets as these are now served from a Razor Class Libray * Update .gitignore Adjust path of appsettings-schema.json
This commit is contained in:
20
templates/UmbracoProject/.gitignore
vendored
20
templates/UmbracoProject/.gitignore
vendored
@@ -464,24 +464,6 @@ $RECYCLE.BIN/
|
||||
# Umbraco log files
|
||||
**/umbraco/Logs/
|
||||
|
||||
# Umbraco backoffice language files
|
||||
# Nuget package Umbraco.Cms.StaticAssets will copy them in during dotnet build
|
||||
# Customize langguage files in /config/lang/{language}.user.xml
|
||||
**/umbraco/config/lang/
|
||||
|
||||
# JSON Schema file for appsettings
|
||||
# This is auto generated from the build
|
||||
**/umbraco/config/appsettings-schema.json
|
||||
|
||||
# This is the no-nodes, installer & upgrader pages from Umbraco
|
||||
# Nuget package Umbraco.Cms.StaticAssets will copy them in during dotnet build
|
||||
**/umbraco/UmbracoWebsite/
|
||||
**/umbraco/UmbracoInstall/
|
||||
**/umbraco/UmbracoBackOffice/
|
||||
|
||||
# Comment out the line below if you wish to change or add any new templates to PartialView Macros
|
||||
**/umbraco/PartialViewMacros/
|
||||
|
||||
# Umbraco Static Assets of Backoffice
|
||||
# Nuget package Umbraco.Cms.StaticAssets will copy them in during dotnet build
|
||||
**/wwwroot/umbraco/
|
||||
appsettings-schema.json
|
||||
|
||||
Reference in New Issue
Block a user