39 lines
386 B
Plaintext
39 lines
386 B
Plaintext
# OS and editors
|
|
.DS_Store
|
|
Thumbs.db
|
|
.idea/
|
|
.vscode/
|
|
*.iml
|
|
|
|
# Local configuration and secrets
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
local.properties
|
|
google-services.json
|
|
secrets.properties
|
|
api_keys.properties
|
|
*.jks
|
|
*.keystore
|
|
*.pem
|
|
*.key
|
|
|
|
# Android and Gradle outputs
|
|
.gradle/
|
|
**/build/
|
|
*.apk
|
|
*.aab
|
|
*.aar
|
|
|
|
# Go and local runtime outputs
|
|
bin/
|
|
dist/
|
|
tmp/
|
|
var/
|
|
*.exe
|
|
*.test
|
|
coverage.out
|
|
|
|
# Logs
|
|
*.log
|