git config files
authorEduardo <[email protected]>
Fri, 21 Jun 2024 16:24:50 +0000 (18:24 +0200)
committerEduardo <[email protected]>
Fri, 21 Jun 2024 16:24:50 +0000 (18:24 +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/