mirror of
https://github.com/lihop/godot-xterm.git
synced 2024-11-10 04:40:25 +01:00
d784b53e25
Commit GUT directly to the git repo and remove gd-plug as it is no longer required to install GUT. Modify GUT to be used by command-line only. For example: ``` cp test/.gutconfig.ci.json .gutconfig.json godot --no-window -s addons/gut/gut_cmdln.gd ```
30 lines
371 B
Text
30 lines
371 B
Text
# Godot-specific ignores
|
|
.import/
|
|
export.cfg
|
|
export/
|
|
|
|
# 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
|