55 lines
647 B
Plaintext
55 lines
647 B
Plaintext
web-bundles/
|
|
|
|
# Godot-specific ignores
|
|
# See https://github.com/godotengine/godot/pull/44604 for details
|
|
.godot/
|
|
|
|
# Mono-specific ignores
|
|
.mono/
|
|
data_*/
|
|
mono_crash.*.json
|
|
|
|
# Files and directories created by Godot
|
|
*.translation
|
|
export_presets.cfg
|
|
|
|
# Imported translations (automatically generated from CSV files)
|
|
*.translation
|
|
|
|
# Temporary files from external editors
|
|
*~
|
|
.*.swp
|
|
*.tmp
|
|
|
|
# Godot log directory
|
|
logs/
|
|
|
|
# Exported game files
|
|
export/
|
|
build/
|
|
dist/
|
|
*.apk
|
|
*.aab
|
|
*.xap
|
|
*.ipa
|
|
*.app/
|
|
*.war
|
|
*.pck
|
|
*.zip
|
|
*.exe
|
|
*.dmg
|
|
*.pkg
|
|
*.deb
|
|
*.rpm
|
|
*.tar.gz
|
|
*.tgz
|
|
*.zip
|
|
*.7z
|
|
*.rar
|
|
|
|
# User-specific settings
|
|
.vscode/
|
|
.idea/
|
|
*.sublime-project
|
|
*.sublime-workspace
|