godot-xterm/.gitignore
Leroy Hopson f98921dc7e
Add a Justfile
Can now easily run the build command with `just build` from anywhere in
the repo.
2024-02-06 23:56:06 +13:00

48 lines
680 B
Text

# Godot 4+ specific ignores
.godot/
# Godot-specific ignores
.import/
export.cfg
export/
export_presets.cfg
# Dummy HTML5 export presets file for continuous integration
!.github/dist/export_presets.cfg
# Mono-specific ignores
.mono/
data_*/
mono_crash.*
# Python-specific ignores
.venv
# Emscripten-specific ignores
.emcache/
# Editor/IDE-specific ignores
*.swp
.vscode
.vs
# Test-specific ignores
.gutconfig.json
test/results.xml
test/test_metadata.json
# GodotXterm-specific ignores
.gdxterm
docs/demo
docs/logs
# Imported translations (automatically generated from CSV files)
*.translation
# System/tool-specific ignores
.directory
.DS_Store
*~
# Other ignores
.env