A dungeon delver roguelike using Pathfinder 2nd edition rules
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/
10export.cfg
11export_presets.cfg
12
13# Imported translations (automatically generated from CSV files)
14*.translation
15
16# Mono-specific ignores
17.mono/
18data_*/
19mono_crash.*.json
20
21# End of https://www.toptal.com/developers/gitignore/api/godot