godot-xterm/.gitignore
Leroy Hopson ebb527cb8b
Terminal panel updates
- 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.
2021-07-12 23:13:33 +07:00

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