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