mirror of
https://github.com/lucasroyerdev/stock-pignon.git
synced 2026-05-10 02:52:26 +00:00
27 lines
271 B
Plaintext
27 lines
271 B
Plaintext
# Build Android
|
|
.gradle/
|
|
build/
|
|
app/build/
|
|
app/.gradle/
|
|
captures/
|
|
|
|
# Output Android
|
|
**/release/*.apk
|
|
**/debug/*.apk
|
|
app/release/
|
|
|
|
# Android Studio / VS Code
|
|
.idea/
|
|
*.iml
|
|
.vscode/
|
|
local.properties
|
|
|
|
# System files and logs
|
|
*.log
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Others
|
|
*.bak
|
|
*.swp
|
|
*~ |