31 lines
356 B
Plaintext
31 lines
356 B
Plaintext
# Dependencies & build
|
|
**/node_modules/
|
|
**/dist/
|
|
**/target/
|
|
**/.gradle/
|
|
|
|
# Environment (secrets)
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# IDE / OS
|
|
.idea/
|
|
.vscode/
|
|
.cursor/
|
|
**/.DS_Store
|
|
**/__MACOSX/
|
|
|
|
# Logs & cache
|
|
*.log
|
|
.npm/
|
|
.cache/
|
|
|
|
# Deploy / local
|
|
*.tar.gz
|
|
dist-desktop/
|
|
desktop/updater.key
|
|
**/.tauri/
|
|
data/mobile-releases/*.apk
|
|
scripts/deploy-target.local.env
|