godot-xterm/.gitignore
Leroy Hopson 3ca272c615
feat(test): add visual regression testing
Will upload screenshots on failure.
2024-04-07 00:45:49 +13:00

54 lines
783 B
Text

# Godot 4+ specific ignores
.godot/
# Godot-specific ignores
.import/
export.cfg
export/
export_presets.cfg
# Dummy Web export presets file for continuous integration
!.github/dist/export_presets.cfg
# Mono-specific ignores
.mono/
data_*/
mono_crash.*
# Python-specific ignores
.venv
# Emscripten-specific ignores
.emcache/
# Editor/IDE-specific ignores
*.swp
.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/
docs/demo
docs/logs
docs/_build
# Imported translations (automatically generated from CSV files)
*.translation
# System/tool-specific ignores
.directory
.DS_Store
*~
# Other ignores
.env