Skip to content

Commit 766f80f

Browse files
Ignore environment-specific appsettings files
Added environment-specific settings to .gitignore.
1 parent 7c1aba9 commit 766f80f

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.gitignore

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,5 +359,10 @@ MigrationBackup/
359359
# Ionide (cross platform F# VS Code tools) working folder
360360
.ionide/
361361

362+
# Environment-specific settings
363+
appsettings.Development.json
364+
appsettings.Production.json
365+
appsettings.Staging.json
366+
362367
# Fody - auto-generated XML schema
363-
FodyWeavers.xsd
368+
FodyWeavers.xsd

0 commit comments

Comments
 (0)