dbx/.gitignore

34 lines
316 B
Plaintext

# Dependencies
node_modules/
# Build output
dist/
# Tauri build output is handled by src-tauri/.gitignore
# OS files
.DS_Store
Thumbs.db
# Editor
*.swp
*.swo
*~
.vscode/
# GitHub (keep workflows)
.github/*
!.github/workflows/
!.github/ISSUE_TEMPLATE/
# Env
.env
.env.*
!.env.example
# Temp
tmp/
# Logs
*.log