From 8f4b0602fd9acd4eeb9933fec7032e136e5e2cae Mon Sep 17 00:00:00 2001 From: PajamaBee Date: Sat, 19 Jul 2025 20:14:05 -0500 Subject: [PATCH] Initial commit --- .gitattributes | 2 ++ .gitignore | 16 ++++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..dfe0770 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Auto detect text files and perform LF normalization +* text=auto diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..50335d9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,16 @@ +# Godot 4+ specific ignores +.godot/ +.nomedia + +# Godot-specific ignores +.import/ +export.cfg +export_credentials.cfg + +# Imported translations (automatically generated from CSV files) +*.translation + +# Mono-specific ignores +.mono/ +data_*/ +mono_crash.*.json