18 lines
369 B
Plaintext
18 lines
369 B
Plaintext
# Rust
|
|
target/
|
|
.icon-cache/
|
|
|
|
# Tauri generated (per-platform projects + schemas are regenerated by the CLI)
|
|
apps/*/src-tauri/gen/
|
|
apps/*/src-tauri/target/
|
|
|
|
# Secrets / signing material (filled in by humans — see README setup checklist)
|
|
apps/*/src-tauri/icons/icon.icns
|
|
**/google-services.json
|
|
**/GoogleService-Info.plist
|
|
*.keystore
|
|
*.jks
|
|
*.p8
|
|
*.p12
|
|
*.mobileprovision
|