Files
android/.gitignore

32 lines
325 B
Plaintext

# --- Secrets / signing (must never be committed) ---
*.keystore
*.jks
*.p12
*.pem
*.key
keystore*
*.base64
key.properties
local.properties
# --- Build / scratch ---
*.zip
*.tmp
tmp/
out/
dist/
# --- OS cruft ---
.DS_Store
Thumbs.db
desktop.ini
# --- Editors / IDEs ---
.idea/
.vscode/
*.swp
*.swo
*~
# --- Logs ---
*.log