godot-xterm/.gitignore
Leroy Hopson 5a290e927a
Add gd-plug and Gut addons
Fresh clones of this repo will need to install Gut using
gd-plug:
```
godot --no-window -s plug.gd install
```
Similar to how git submodules also need to be installed.
2021-07-03 01:58:58 +07:00

24 lines
294 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
# Addon-specific ignores
addons/gut