From 6755929906b0e05ec7c2c26ab90ed384bcec29ed Mon Sep 17 00:00:00 2001 From: Sara Date: Thu, 1 Aug 2024 14:41:23 +0200 Subject: [PATCH] feat: generated git metadata for godot project --- godot/.gitattributes | 2 ++ godot/.gitignore | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 godot/.gitattributes create mode 100644 godot/.gitignore diff --git a/godot/.gitattributes b/godot/.gitattributes new file mode 100644 index 0000000..8ad74f7 --- /dev/null +++ b/godot/.gitattributes @@ -0,0 +1,2 @@ +# Normalize EOL for all files that Git considers text files. +* text=auto eol=lf diff --git a/godot/.gitignore b/godot/.gitignore new file mode 100644 index 0000000..4709183 --- /dev/null +++ b/godot/.gitignore @@ -0,0 +1,2 @@ +# Godot 4+ specific ignores +.godot/