bitchat-android/.gitignore
2026-07-28 14:29:49 +02:00

77 lines
1020 B
Plaintext

# Android Studio / IntelliJ
.idea/
*.iml
build/
!*/build/filtered-manifest/
!*/build/generated/
!*/build/intermediates/
local.properties
.gradle/
.kotlin/
captures/
.externalNativeBuild/
debug_keystore/
*.keystore
debug.keystore
app/release
# Gradle
/build/
/.gradle/
/captures/
*.apk
*.aab
*.ap_
*.dex
# Mac
.DS_Store
*.swp
*~
# Maven
target/
pom.xml.tag
pom.xml.releaseBackup
pom.xml.versionsBackup
pom.xml.next
release.properties
dependency-reduced-pom.xml
# Linters
.lint/
# Python test tooling
**/__pycache__/
*.py[cod]
release-gate-results/
# Other
*.log
.cxx/
# Gradle/Android build directories (but not tools/arti-build/)
**/build/
!tools/arti-build/
out/
gen/
*~
*.swp
*.lock
!tools/arti-build/Cargo.lock
.goosehints
# Google services
google-services.json
# Keystore files
*.jks
*.keystore
# Arti build artifacts (cloned repo and Rust build cache)
tools/arti-build/.arti-source/
tools/arti-build/target/
.reproducible-build/
# JVM heap dumps (a Gradle daemon OOM drops these in the repo root)
*.hprof