Add .gitignore, remove build artifacts from tracking
This commit is contained in:
parent
c9fc25832f
commit
84ba85490c
1
$null
Normal file
1
$null
Normal file
@ -0,0 +1 @@
|
||||
fatal: pathspec 'CPRNIMS.WebApi/appsettings.Production.json' did not match any files
|
||||
6
.gitignore
vendored
6
.gitignore
vendored
@ -40,9 +40,9 @@ artifacts/
|
||||
msbuild.log
|
||||
msbuild.err
|
||||
|
||||
# User-specific & secrets — IMPORTANT
|
||||
appsettings.Development.json
|
||||
appsettings.*.Local.json
|
||||
# Environment-specific config with secrets
|
||||
appsettings.*.json
|
||||
!appsettings.json
|
||||
*.dev.json
|
||||
secrets.json
|
||||
*.pfx
|
||||
Loading…
Reference in New Issue
Block a user