From ff2f829e15923a18b25fcd4917ad4538f53e229b Mon Sep 17 00:00:00 2001 From: Imbus Date: Sun, 5 Nov 2023 17:42:46 +0100 Subject: [PATCH] Initial ignore/attributes --- .gitattributes | 3 +++ .gitignore | 16 ++++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..5b0d1a4 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +# Normalize EOL for all files that Git considers text files. +* text=auto eol=lf +*.png filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8beace0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,16 @@ +# 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# Godot 4+ specific ignores +.godot/