diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2023-06-25 15:43:55 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2023-06-25 15:43:55 -0400 |
| commit | a4f737b2be0409a48d00c0d20bb6f7b21852d345 (patch) | |
| tree | 13dc0c57b26e0fa78aace5575552dca0f116fce3 /.gitignore | |
| parent | dbb42c99e07320bc20d77cdbe404a8071c0a522e (diff) | |
| download | frivolous-run-master.tar.gz frivolous-run-master.tar.bz2 frivolous-run-master.zip | |
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,5 +1,7 @@ -# Godot-specific ignores +# Godot 4+ specific ignores .godot/ + +# Godot-specific ignores .import/ export.cfg export_presets.cfg @@ -10,3 +12,4 @@ export_presets.cfg # Mono-specific ignores .mono/ data_*/ +mono_crash.*.json
\ No newline at end of file |
