Files
flights_web/.gitignore
T
gnezim 06ab9b6ea3
ci-deploy / build-deploy-test (push) Successful in 1m12s
chore: add .last-run.json to .gitignore
- Add test-results/.last-run.json to .gitignore
- Remove from git tracking
- Update Makefile dev target port (8080, not 8081)
- Add debug logging to dev-server.mjs API proxy
2026-04-29 20:34:59 +03:00

73 lines
1.0 KiB
Plaintext

# .NET
bin/
obj/
*.user
*.suo
.vs/
publish/
# Node / Angular
node_modules/
dist/
.angular/
ClientApp/dist/
ClientApp/coverage/
ClientApp/.storybook-out/
.pnpm-store/
.pnpm-debug.log
# Logs
*.log
npm-debug.log*
# OS
.DS_Store
Thumbs.db
# Env / secrets
*.env
appsettings.Development.json
# wwwroot build output (keep static assets, ignore generated JS)
wwwroot/dist/
# Module Federation build artifacts
@mf-types.zip
@mf-types/
.mf/
# Playwright MCP artifacts
.playwright-mcp/
*.png
smoke-page*.png
angular-start.png
react-*.png
onlineboard-*.png
# Coverage output
coverage/
test-results/
test-results-angular/
playwright-report-angular/
playwright-report/
# Test run metadata
test-results/.last-run.json
# Visual parity screenshot diffs (generated)
screenshot-diffs/
comparison-report/
# Throwaway parity-snapshot artifacts produced by tests/parity scripts
/snap-*.yml
# Superpowers brainstorm sessions
.superpowers/
# Claude Code local scratch
.claude/
.dev.pid
# Git worktrees (subagent-driven development workspaces)
.worktrees/