godot-xterm/.gitignore

55 lines
783 B
Text
Raw Permalink Normal View History

2022-11-09 22:57:02 +01:00
# Godot 4+ specific ignores
.godot/
2020-05-09 18:49:45 +02:00
# Godot-specific ignores
.import/
export.cfg
2021-06-07 08:53:43 +02:00
export/
2022-11-09 22:57:02 +01:00
export_presets.cfg
2024-03-30 03:24:32 +01:00
# Dummy Web export presets file for continuous integration
2022-11-09 22:57:02 +01:00
!.github/dist/export_presets.cfg
2020-05-09 18:49:45 +02:00
# Mono-specific ignores
.mono/
data_*/
2021-06-18 04:43:01 +02:00
mono_crash.*
# 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
.vs
# Test-specific ignores
.gutconfig.json
test/results.xml
test/test_metadata.json
test/visual_regression/screenshots/
# GodotXterm-specific ignores
.gdxterm
.plugged/
addons/*
!addons/gd-plug/
!addons/godot_xterm/
2021-07-15 14:35:46 +02:00
docs/demo
docs/logs
docs/_build
2022-11-09 22:57:02 +01:00
# Imported translations (automatically generated from CSV files)
*.translation
# System/tool-specific ignores
.directory
.DS_Store
*~
# Other ignores
.env