tabletop-club/.gitignore

25 lines
251 B
Plaintext

# Godot-specific ignores
.import/
export.cfg
export_presets.cfg
# Mono-specific ignores
.mono/
data_*/
# Documentation ignores
docs/_build/
# Editor ignores
.vscode/
# GDNative ignores
game/webrtc/
# OSX ignores
.DS_Store
# Python ignores
env/