72 lines
853 B
Text
72 lines
853 B
Text
# Dependencies
|
|
node_modules/
|
|
.pnpm-store/
|
|
|
|
# Build outputs
|
|
dist/
|
|
build/
|
|
.turbo/
|
|
.svelte-kit/
|
|
|
|
# Environment files
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
.env.secrets
|
|
.env.production
|
|
infrastructure/.env.production
|
|
!.env.development
|
|
!.env.example
|
|
!.env.production.example
|
|
!.env.secrets.example
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Logs
|
|
logs/
|
|
*.log
|
|
npm-debug.log*
|
|
pnpm-debug.log*
|
|
|
|
# Testing
|
|
coverage/
|
|
.nyc_output/
|
|
playwright-report/
|
|
test-results/
|
|
|
|
# TypeScript
|
|
*.tsbuildinfo
|
|
|
|
# Drizzle compiled config
|
|
drizzle.config.js
|
|
drizzle.config.d.ts
|
|
|
|
# Cache
|
|
.cache/
|
|
.eslintcache
|
|
.prettiercache
|
|
|
|
# Package manager locks (keep only pnpm)
|
|
package-lock.json
|
|
yarn.lock
|
|
|
|
# Mac Mini deploy
|
|
.env.macmini
|
|
ssh-key-command.txt
|
|
|
|
# Volumes for local docker-compose
|
|
.volumes/
|
|
.local/
|
|
apps/landing/.astro
|
|
|
|
# NPM Auth — Verdaccio-Token soll nie in git
|
|
.npmrc
|