From e7decf97bbc8ad195143fcb303dc3dc63a8f1c4d Mon Sep 17 00:00:00 2001 From: Elias Clarenbach Date: Thu, 22 Jan 2026 01:06:14 +0100 Subject: [PATCH] Seccond --- .editorconfig | 4 ++++ .gitattributes | 2 ++ .gitignore | 2 ++ 3 files changed, 8 insertions(+) create mode 100644 .editorconfig create mode 100644 .gitattributes 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 new file mode 100644 index 0000000..8ad74f7 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Normalize EOL for all files that Git considers text files. +* text=auto eol=lf diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4709183 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +# Godot 4+ specific ignores +.godot/