48 lines
417 B
Plaintext
48 lines
417 B
Plaintext
|
|
# Dependencies
|
||
|
|
node_modules
|
||
|
|
.pnpm-store
|
||
|
|
|
||
|
|
# Build output
|
||
|
|
build
|
||
|
|
.svelte-kit
|
||
|
|
|
||
|
|
# Environment files (we pass these at runtime)
|
||
|
|
.env
|
||
|
|
.env.*
|
||
|
|
!.env.example
|
||
|
|
|
||
|
|
# Git
|
||
|
|
.git
|
||
|
|
.gitignore
|
||
|
|
|
||
|
|
# IDE
|
||
|
|
.vscode
|
||
|
|
.idea
|
||
|
|
*.swp
|
||
|
|
*.swo
|
||
|
|
|
||
|
|
# OS
|
||
|
|
.DS_Store
|
||
|
|
Thumbs.db
|
||
|
|
|
||
|
|
# Logs
|
||
|
|
*.log
|
||
|
|
npm-debug.log*
|
||
|
|
|
||
|
|
# Test
|
||
|
|
coverage
|
||
|
|
.nyc_output
|
||
|
|
|
||
|
|
# Docker
|
||
|
|
Dockerfile*
|
||
|
|
docker-compose*.yml
|
||
|
|
.dockerignore
|
||
|
|
|
||
|
|
# Supabase local
|
||
|
|
supabase/.temp
|
||
|
|
supabase/.branches
|
||
|
|
|
||
|
|
# Misc
|
||
|
|
*.md
|
||
|
|
LICENSE
|