From 3f22eeaf9d85443c6f46060311d21b74e849322f Mon Sep 17 00:00:00 2001 From: Tabby <41929769+tabby-cat-nya@users.noreply.github.com> Date: Sat, 10 Jan 2026 15:50:06 +1100 Subject: [PATCH] Initial commit --- .gitattributes | 2 ++ .gitignore | 16 ++++++++++++++++ README.md | 2 ++ 3 files changed, 20 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 README.md 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 diff --git a/README.md b/README.md new file mode 100644 index 0000000..3688f37 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# RepurposedJam +