A card game engine for TCGs, primarily Magic: The Gathering but with support for others
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

npx add-gitignore godot

+21
+21
client/.gitignore
··· 1 + # Created by https://www.toptal.com/developers/gitignore/api/godot 2 + # Edit at https://www.toptal.com/developers/gitignore?templates=godot 3 + 4 + ### Godot ### 5 + # Godot 4+ specific ignores 6 + .godot/ 7 + 8 + # Godot-specific ignores 9 + .import/ 10 + export.cfg 11 + export_presets.cfg 12 + 13 + # Imported translations (automatically generated from CSV files) 14 + *.translation 15 + 16 + # Mono-specific ignores 17 + .mono/ 18 + data_*/ 19 + mono_crash.*.json 20 + 21 + # End of https://www.toptal.com/developers/gitignore/api/godot