From 191303826501da751ba9842537392a398fbc37c5 Mon Sep 17 00:00:00 2001 From: Dukantic Date: Wed, 3 Sep 2025 17:40:14 +0200 Subject: [PATCH] . --- .editorconfig | 4 ++++ .gitattributes | 2 ++ .gitignore | 3 +++ 3 files changed, 9 insertions(+) create mode 100644 .editorconfig create mode 100644 .gitignore diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..f28239b --- /dev/null +++ b/.editorconfig @@ -0,0 +1,4 @@ +root = true + +[*] +charset = utf-8 diff --git a/.gitattributes b/.gitattributes index 8c57fac..c112f50 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,5 @@ +# Normalize EOL for all files that Git considers text files. +* text=auto eol=lf **/*.png filter=lfs diff=lfs merge=lfs -text **/*.png~ filter=lfs diff=lfs merge=lfs -text **/*.wav filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0af181c --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +# Godot 4+ specific ignores +.godot/ +/android/