godot-xterm/.gitignore
Leroy Hopson b08d218a59
Run tests in CI environment
Currently tests only run on X11.64 platform.
But other platforms can be supported with a bit of effort.
Remove default bell sound as it does not play nicely with CI environment
that does not have sound card.
2021-07-18 23:05:17 +07:00

35 lines
448 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
.vs
# Package-manager-specific ignores
.plugged
addons/*
!addons/gd-plug
!addons/godot_xterm
# Test-specific ignores
.gutconfig.json
test/results.xml
test/test_metadata.json
# GodotXterm-specific ignores
.gdxterm
docs/demo
docs/logs