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/