Scaffold full-stack solution and CI baseline
This commit is contained in:
32
.gitignore
vendored
Normal file
32
.gitignore
vendored
Normal file
@@ -0,0 +1,32 @@
|
||||
# Build outputs
|
||||
bin/
|
||||
obj/
|
||||
out/
|
||||
artifacts/
|
||||
|
||||
# IDE
|
||||
.vs/
|
||||
.vscode/
|
||||
node_modules/
|
||||
|
||||
# User secrets / configs
|
||||
appsettings.Development.json
|
||||
scripts/deploy-ftp.profile.psd1
|
||||
*.user
|
||||
*.suo
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
|
||||
# Test results / coverage artifacts
|
||||
TestResults/
|
||||
coverage.cobertura.xml
|
||||
|
||||
# SQLite data
|
||||
App_Data/
|
||||
*.db
|
||||
|
||||
# OS cruft
|
||||
Thumbs.db
|
||||
Desktop.ini
|
||||
Properties/launchSettings.json
|
||||
Reference in New Issue
Block a user