mirror of
https://github.com/open-reception/appointment-booking-software.git
synced 2026-08-17 21:25:52 +02:00
39 lines
423 B
Plaintext
39 lines
423 B
Plaintext
node_modules/
|
|
.env
|
|
.env.local
|
|
.env.production
|
|
.env.*
|
|
!.env.example
|
|
!.env.test
|
|
|
|
# Production secrets - NEVER commit these
|
|
secrets/*.txt
|
|
!secrets/.gitkeep
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Development
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
test-results
|
|
|
|
# Output
|
|
.output
|
|
.vercel
|
|
.netlify
|
|
.wrangler
|
|
/.svelte-kit
|
|
/build
|
|
|
|
# Vite
|
|
vite.config.js.timestamp-*
|
|
vite.config.ts.timestamp-*
|
|
|
|
CLAUDE.md
|
|
.claude/
|
|
|
|
security-audit* |