oqtane / oqtane.framework

CMS & Application Framework for Blazor & .NET MAUI
http://www.oqtane.org
MIT License
1.89k stars 547 forks source link

[ENH] Gitignore extra folders/files in wwwroot #4835

Open mdmontesinos opened 1 week ago

mdmontesinos commented 1 week ago

Oqtane Info

Version - 6.0.0 Render Mode - Static Interactivity - Server Database - SQL Server

Describe the enhancement

If you add new folders from a module that are copied into Oqtane wwwroot, they should be gitignored to avoid having dozens of files pending in Git.

For example, in my case several folders ended up in version control:

image

After the change, the only file in version control is the appsettings:

image

Anything else?