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.log
|
||||||
msbuild.err
|
msbuild.err
|
||||||
|
|
||||||
# User-specific & secrets — IMPORTANT
|
# Environment-specific config with secrets
|
||||||
appsettings.Development.json
|
appsettings.*.json
|
||||||
appsettings.*.Local.json
|
!appsettings.json
|
||||||
*.dev.json
|
*.dev.json
|
||||||
secrets.json
|
secrets.json
|
||||||
*.pfx
|
*.pfx
|
||||||
Loading…
Reference in New Issue
Block a user