mirror of
https://github.com/lihop/godot-xterm.git
synced 2024-11-10 04:40:25 +01:00
ebb527cb8b
- Add TerminalSettings resource. - Init/load terminal settings from terminal panel. - Add terminal context menu (i.e. right-click PopupMenu). - Add shortcut to open a new terminal Ctrl+Shift+T and make terminal panel visible.
29 lines
374 B
Text
29 lines
374 B
Text
# Godot-specific ignores
|
|
.import/
|
|
export.cfg
|
|
export/
|
|
|
|
# Mono-specific ignores
|
|
.mono/
|
|
data_*/
|
|
mono_crash.*
|
|
|
|
# Python-specific ignores
|
|
.venv
|
|
|
|
# Emscripten-specific ignores
|
|
.emcache/
|
|
|
|
# IDE-specific ignores
|
|
.vscode
|
|
|
|
# Package-manager-specific ignores
|
|
.plugged
|
|
|
|
# Test-specific ignores
|
|
addons/WAT
|
|
test/results.xml
|
|
test/test_metadata.json
|
|
|
|
# GodotXterm-specific ignores
|
|
.gdxterm
|