25 lines
356 B
Plaintext
25 lines
356 B
Plaintext
# Generated by Cargo
|
|
# will have compiled files and executables
|
|
/target/
|
|
|
|
# Generated by Tauri
|
|
# Includes Android projects, schemas, and all other generated files
|
|
/gen/
|
|
|
|
# Backup files
|
|
**/*.rs.bk
|
|
|
|
# Build artifacts
|
|
*.apk
|
|
*.aab
|
|
*.ipa
|
|
|
|
# Android/Gradle (if not using gen/)
|
|
.gradle
|
|
local.properties
|
|
**/android/**/build/
|
|
**/android/.gradle/
|
|
|
|
# macOS
|
|
.DS_Store
|