Files
lunarfront-app/.gitignore

48 lines
398 B
Plaintext

# Dependencies
node_modules/
vendor/
venv/
.venv/
bun.lockb
# Environment
.env
.env.local
.env.*.local
# Build output
dist/
build/
out/
*.o
*.pyc
__pycache__/
*.tsbuildinfo
# Turbo cache
.turbo/
# Infra (moved to lunarfront-infra repo)
infra/
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Logs
*.log
logs/
# Credentials
*.pem
*.key
credentials.json
packages/backend/data/