git files first
authorEduardo <[email protected]>
Sat, 23 Sep 2023 10:22:06 +0000 (12:22 +0200)
committerEduardo <[email protected]>
Sat, 23 Sep 2023 10:22:06 +0000 (12:22 +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..4709183
--- /dev/null
@@ -0,0 +1,2 @@
+# Godot 4+ specific ignores
+.godot/