mirror of
https://github.com/lihop/godot-xterm.git
synced 2024-11-10 04:40:25 +01:00
115521f645
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.
26 lines
334 B
Text
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
|