godot-xterm/.gitignore
Leroy Hopson 115521f645
Replace Gut with WAT
Gut was freezing on some integration tests. It was also entering an
infinite loop after exiting (even after closing Godot and VSCode) which
caused a `godot.log` file in app_userdata to keep growing until my hard
drive was full.
2021-07-03 21:49:24 +07:00

26 lines
334 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