mirror of
https://github.com/lihop/godot-xterm.git
synced 2025-05-03 20:14:22 +02:00
Add GUT (CLI only) and remove gd-plug
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 ```
This commit is contained in:
parent
b14ea64492
commit
d784b53e25
52 changed files with 11394 additions and 1174 deletions
5
.gitattributes
vendored
5
.gitattributes
vendored
|
@ -16,7 +16,6 @@
|
|||
|
||||
# Files to exclude from asset-lib download.
|
||||
/.github export-ignore
|
||||
/addons/gd-plug export-ignore
|
||||
/docs export-ignore
|
||||
/examples export-ignore
|
||||
/misc export-ignore
|
||||
|
@ -32,16 +31,14 @@
|
|||
/export_presets.cfg export-ignore
|
||||
/icon.png export-ignore
|
||||
/icon.png.import export-ignore
|
||||
/plug.gd export-ignore
|
||||
/project.godot export-ignore
|
||||
/.github export-ignore
|
||||
/.import export-ignore
|
||||
/test export-ignore
|
||||
/project.godot export-ignore
|
||||
/default_env.tres export-ignore
|
||||
/addons/gut export-ignore
|
||||
/.gutconfig.json export-ignore
|
||||
/README.md export-ignore
|
||||
/addons/gd-plug export-ignore
|
||||
/plug.gd export-ignore
|
||||
/LICENSE export-ignore
|
||||
/misc export-ignore
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue