Files
stechuhr3/.gitignore

62 lines
607 B
Plaintext

# Dependencies
node_modules/
*/node_modules/
# Environment variables
.env
.env.local
.env.*.local
# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
logs/
# Runtime data
pids
*.pid
*.seed
*.pid.lock
# Build outputs
dist/
build/
*/dist/
*/build/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
# Cursor/Agent tools
.cursor/
# Test coverage
coverage/
.nyc_output/
# Temporary files
tmp/
temp/
*.tmp
# Android / Gradle
.gradle/
*/.gradle/
local.properties
*/local.properties
# SQL scripts (optional - nur wenn sie sensible Daten enthalten)
# backend/*.sql
# Database
*.db
*.sqlite
*.sqlite3