Created
August 22, 2024 16:31
-
-
Save Mohammad9760/f1e96983ff9e0a4c84ebb57aed825efc to your computer and use it in GitHub Desktop.
Git Ignore for Godot4 Android Projects
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Godot 4+ specific ignores | |
.godot/ | |
# Godot-specific ignores | |
.import/ | |
export.cfg | |
export_presets.cfg | |
# Android Project ignores | |
*.apk | |
*.apk.idsig | |
android/ | |
# Imported translations (automatically generated from CSV files) | |
*.translation | |
# Mono-specific ignores | |
.mono/ | |
data_*/ | |
mono_crash.*.json |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment