Files
SimpleFinanceDash/.gitignore
2026-04-02 14:29:36 +02:00

34 lines
305 B
Plaintext

# Dependencies
node_modules/
# Build output
dist/
# Environment
.env
.env.*
!.env.example
# Vite
vite.config.js.timestamp-*
vite.config.ts.timestamp-*
.vite/
# TypeScript
*.tsbuildinfo
# IDE
.idea/
.vscode/
*.swp
*.swo
.DS_Store
# Logs
*.log
# Test
coverage/
# Lock files are committed (bun.lock)