diff options
author | Henrique Alves <henriquelalves@gmail.com> | 2024-01-24 23:22:46 +0200 |
---|---|---|
committer | Henrique Alves <henriquelalves@gmail.com> | 2024-01-24 23:22:46 +0200 |
commit | 200fa004ecdf08a54a81770c84e9970e9f2271b9 (patch) | |
tree | 3552544e3600df281a4a301545fbd6c12406a8d5 /.gitignore | |
download | gamejam-ggj-2024-200fa004ecdf08a54a81770c84e9970e9f2271b9.tar.gz gamejam-ggj-2024-200fa004ecdf08a54a81770c84e9970e9f2271b9.tar.bz2 gamejam-ggj-2024-200fa004ecdf08a54a81770c84e9970e9f2271b9.zip |
First 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..0035ad6 --- /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
\ No newline at end of file |