26 lines
342 B
Plaintext
26 lines
342 B
Plaintext
# Private project roadmap and local validation artifacts
|
|
/project.md
|
|
/local/
|
|
/local.properties
|
|
*.jks
|
|
*.keystore
|
|
keystore.properties
|
|
|
|
# Gradle and Android build output
|
|
/.gradle/
|
|
/.gradle-tmp/
|
|
/build/
|
|
/*/build/
|
|
/.externalNativeBuild/
|
|
/.cxx/
|
|
/captures/
|
|
|
|
# IDE and OS files
|
|
*.iml
|
|
/.idea/
|
|
.DS_Store
|
|
|
|
# Generated logs and caches
|
|
*.log
|
|
__pycache__/
|