Skip to content

Instantly share code, notes, and snippets.

@Mohammad9760
Created August 22, 2024 16:31
Show Gist options
  • Save Mohammad9760/f1e96983ff9e0a4c84ebb57aed825efc to your computer and use it in GitHub Desktop.
Save Mohammad9760/f1e96983ff9e0a4c84ebb57aed825efc to your computer and use it in GitHub Desktop.
Git Ignore for Godot4 Android Projects
# 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