Files
kuldvillak-mvp-ei-forki/.gitignore
2025-12-08 00:51:27 +02:00

84 lines
802 B
Plaintext

node_modules
# Output
.output
.vercel
.netlify
.wrangler
/.svelte-kit
/build
/dist
# OS
.DS_Store
Thumbs.db
Desktop.ini
*.swp
*.swo
*~
# Env
.env
.env.*
!.env.example
!.env.test
# Vite
vite.config.js.timestamp-*
vite.config.ts.timestamp-*
# Paraglide / Inlang
src/lib/paraglide
project.inlang/cache
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# Cache
.cache
.parcel-cache
.turbo
*.tsbuildinfo
# IDE
.idea
*.sublime-project
*.sublime-workspace
*.code-workspace
.vscode/*
!.vscode/settings.json
!.vscode/extensions.json
# Testing
coverage
.nyc_output
# Security - never commit these
*.pem
*.key
*.cert
*.p12
secrets.*
# Database files
*.db
*.sqlite
*.sqlite3
# AI/Editor state
.windsurfrules
.cursor
.aider*
.continue
# Misc
*.local
.history
*.bak
*.tmp