38 lines
441 B
Plaintext
38 lines
441 B
Plaintext
# Build outputs
|
|
bin/
|
|
obj/
|
|
out/
|
|
artifacts/
|
|
|
|
# IDE
|
|
.vs/
|
|
.idea/
|
|
.vscode/*
|
|
!.vscode/launch.json
|
|
!.vscode/tasks.json
|
|
node_modules/
|
|
playwright-report/
|
|
test-results/
|
|
|
|
# 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
|