From e16b468e23053e28a53c314e12f3d84bc447f118 Mon Sep 17 00:00:00 2001 From: martyTF Date: Sat, 22 Nov 2025 21:36:58 +0100 Subject: [PATCH] second commit bcs first didn't work --- .editorconfig | 4 ++++ .gitattributes | 2 ++ .gitignore | 4 ++++ .nomedia | 1 + 4 files changed, 11 insertions(+) create mode 100644 .editorconfig create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 .nomedia 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..736bff6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +# Godot 4+ specific ignores +.godot/ +/android/ +.stfolder/ diff --git a/.nomedia b/.nomedia new file mode 100644 index 0000000..129d671 --- /dev/null +++ b/.nomedia @@ -0,0 +1 @@ +/storage/emulated/0/coc_godot \ No newline at end of file