You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
242 B
29 lines
242 B
# Android
|
|
.gradle/
|
|
build/
|
|
app/build/
|
|
*.apk
|
|
*.aab
|
|
local.properties
|
|
.idea/
|
|
*.iml
|
|
|
|
# macOS & Swift
|
|
mac/build/
|
|
mac/dmg_staging/
|
|
*.dmg
|
|
*.zip
|
|
*.DS_Store
|
|
.build/
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
.venv/
|
|
venv/
|
|
*.log
|
|
|
|
# Hermes / Temp
|
|
*.swp
|
|
*.bak
|
|
.DS_Store
|