TenantAtlas/apps/website/.gitignore
ahmido 714b910734 405: DACH Trust, Datenschutz & Security Website Surface (#400)
## Summary
- add a dedicated public trust, privacy, and security surface for DACH evaluation
- expand homepage trust discoverability and localized trust handoff copy
- add and update smoke coverage plus Spec Kit artifacts for feature 405

## Validation
- corepack pnpm --dir apps/website build
- WEBSITE_PORT=4322 corepack pnpm exec playwright test tests/smoke/public-routes.spec.ts tests/smoke/interaction.spec.ts

Co-authored-by: Ahmed Darrazi <ahmed.darrazi@live.de>
Reviewed-on: #400
2026-05-26 00:11:27 +00:00

36 lines
361 B
Plaintext

# build output
dist/
build/
# generated types
.astro/
.idea/
.vscode/
# dependencies
node_modules/
# logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# test artifacts
coverage/
playwright-report/
test-results/
blob-report/
# environment variables
.env
.env.*
.env.production
# macOS-specific files
.DS_Store
Thumbs.db
*.tmp
*.swp