lets start by adding .gitattributes and .gitignore
authorEduardo <[email protected]>
Sun, 7 Jul 2024 12:55:59 +0000 (14:55 +0200)
committerEduardo <[email protected]>
Sun, 7 Jul 2024 12:55:59 +0000 (14:55 +0200)
.gitattributes [new file with mode: 0644]
.gitignore [new file with mode: 0644]

diff --git a/.gitattributes b/.gitattributes
new file mode 100644 (file)
index 0000000..8ad74f7
--- /dev/null
@@ -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 (file)
index 0000000..7de8ea5
--- /dev/null
@@ -0,0 +1,3 @@
+# Godot 4+ specific ignores
+.godot/
+android/