55 lines
532 B
Plaintext
55 lines
532 B
Plaintext
# Build output
|
|
bin/
|
|
obj/
|
|
out/
|
|
|
|
# IDE
|
|
.vs/
|
|
.vscode/
|
|
.idea/
|
|
*.user
|
|
*.suo
|
|
|
|
# Node
|
|
node_modules/
|
|
wwwroot/dist/
|
|
|
|
# Tests
|
|
Tests.E2E/
|
|
Tests/
|
|
coverage*/
|
|
TestResults/
|
|
|
|
# Git
|
|
.git/
|
|
.gitignore
|
|
.github/
|
|
.gitea/
|
|
|
|
# Dev configs (secrets never go in image)
|
|
appsettings.Local.json
|
|
appsettings.Production.json
|
|
*.Development.json
|
|
appsettings.Staging.json
|
|
secrets.env
|
|
scripts/secrets.env
|
|
keys/
|
|
.env*
|
|
|
|
# Logs / temp
|
|
logs/
|
|
uploads/
|
|
temp/
|
|
*.log
|
|
|
|
# Docs
|
|
*.md
|
|
!Content/
|
|
|
|
# Playwright
|
|
Tests.E2E/auth-state.json
|
|
Tests.E2E/last-api-key.txt
|
|
|
|
# macOS
|
|
.DS_Store
|