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.
47 lines
533 B
47 lines
533 B
# Godot
|
|
.godot/
|
|
*.import
|
|
*.apk
|
|
|
|
# Android build (regenerated each export) - keep flavor manifest
|
|
android/build/*
|
|
!android/build/src/
|
|
android/build/src/*
|
|
!android/build/src/standard/
|
|
|
|
# Build output and temp files
|
|
build/*.apk
|
|
build/*.zip
|
|
build/*.txt
|
|
build/android_backup/
|
|
|
|
# Local tools (not committed)
|
|
Godot4_3/
|
|
Godot4_6_1/
|
|
android-sdk/
|
|
platform-tools/
|
|
export_templates/
|
|
jdk17/
|
|
zulu17*/
|
|
debug.keystore
|
|
.claude/
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
*.swp
|
|
*~
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
.venv/
|
|
venv/
|
|
|
|
# Export
|
|
*.aab
|