2020-05-09 23:49:45 +07:00
|
|
|
# Godot-specific ignores
|
|
|
|
.import/
|
|
|
|
export.cfg
|
2021-06-07 13:53:43 +07:00
|
|
|
export/
|
2020-05-09 23:49:45 +07:00
|
|
|
|
|
|
|
# Mono-specific ignores
|
|
|
|
.mono/
|
|
|
|
data_*/
|
2021-06-18 09:43:01 +07:00
|
|
|
mono_crash.*
|
2021-05-26 10:39:48 +07:00
|
|
|
|
|
|
|
# Python-specific ignores
|
|
|
|
.venv
|
2021-06-07 13:53:43 +07:00
|
|
|
|
|
|
|
# Emscripten-specific ignores
|
|
|
|
.emcache/
|
2021-06-20 10:08:29 +07:00
|
|
|
|
2021-07-25 12:08:57 +07:00
|
|
|
# Editor/IDE-specific ignores
|
|
|
|
*.swp
|
2021-06-20 10:08:29 +07:00
|
|
|
.vscode
|
2021-07-18 19:15:08 +07:00
|
|
|
.vs
|
2021-07-02 23:54:36 +07:00
|
|
|
|
2021-07-03 20:54:34 +07:00
|
|
|
# Test-specific ignores
|
2021-07-18 19:15:08 +07:00
|
|
|
.gutconfig.json
|
2021-07-03 20:54:34 +07:00
|
|
|
test/results.xml
|
|
|
|
test/test_metadata.json
|
2021-07-12 23:11:28 +07:00
|
|
|
|
|
|
|
# GodotXterm-specific ignores
|
|
|
|
.gdxterm
|
2021-07-15 19:35:46 +07:00
|
|
|
docs/demo
|
|
|
|
docs/logs
|
2024-03-29 19:07:43 +13:00
|
|
|
docs/_build
|