diff options
author | Lucas Fryzek <lucas.fryzek@fryzekconcepts.com> | 2023-09-10 12:11:01 -0400 |
---|---|---|
committer | Lucas Fryzek <lucas.fryzek@gmail.com> | 2023-09-10 12:11:30 -0400 |
commit | e2af60e3985317e9c4ec15e60f83bd8f5e49110e (patch) | |
tree | df822824058f47755fba0c854f9c4a56d7d58d35 /.gitignore |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d9aac21 --- /dev/null +++ b/.gitignore @@ -0,0 +1,15 @@ +# Godot 4+ specific ignores +.godot/ + +# Godot-specific ignores +.import/ +export.cfg +export_presets.cfg + +# Imported translations (automatically generated from CSV files) +*.translation + +# Mono-specific ignores +.mono/ +data_*/ +mono_crash.*.json |