Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions src/Templates/AdminPanel/Bit.AdminPanel/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -227,5 +227,4 @@ custom.aprof

/src/Server/Api/Attachments/**/*.*

/src/Client/Shared/wwwroot/scripts/app*.js
/src/Client/Web/appsettings.json
/src/Client/Shared/wwwroot/scripts/app*.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// The main appsettings.json file is placed in Client.Shared/wwwroot which will be consumed by blazor web assembly, hybrid and server.

{
"DetailedErrors": true,
"Logging": {
Expand Down
3 changes: 1 addition & 2 deletions src/Templates/BlazorDual/Bit.BlazorDual/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -226,5 +226,4 @@ profile.arm.json

/src/Server/Api/Attachments/**/*.*

/src/BlazorDual.Web/wwwroot/scripts/app*.js
/src/BlazorDual.Web/appsettings.json
/src/BlazorDual.Web/wwwroot/scripts/app*.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// The main appsettings.json file is placed in Web/wwwroot which will be consumed by blazor webassembly and server.

{
"DetailedErrors": true,
"Logging": {
Expand Down
3 changes: 1 addition & 2 deletions src/Templates/TodoTemplate/Bit.TodoTemplate/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -227,5 +227,4 @@ custom.aprof

/src/Server/Api/Attachments/**/*.*

/src/Client/Shared/wwwroot/scripts/app*.js
/src/Client/Web/appsettings.json
/src/Client/Shared/wwwroot/scripts/app*.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// The main appsettings.json file is placed in Web/wwwroot which will be consumed by blazor web assembly, hybrid and server.

{
"DetailedErrors": true,
"Logging": {
Expand Down