mirror of
https://github.com/lihop/godot-xterm.git
synced 2024-11-10 04:40:25 +01:00
db3564f0cc
- Install Gut using gd-plug. - Add some basic tests. - Update workflow to run tests. - Add test and gd-plug install/uninstall recipes to Justfile. - Re-enable debug builds as these are used by editor when testing.
52 lines
737 B
Text
52 lines
737 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
|
|
.plugged/
|
|
addons/*
|
|
!addons/gd-plug/
|
|
!addons/godot_xterm/
|
|
docs/demo
|
|
docs/logs
|
|
|
|
# Imported translations (automatically generated from CSV files)
|
|
*.translation
|
|
|
|
# System/tool-specific ignores
|
|
.directory
|
|
.DS_Store
|
|
*~
|
|
|
|
# Other ignores
|
|
.env
|