From: Eduardo Date: Sun, 7 Jul 2024 12:55:59 +0000 (+0200) Subject: lets start by adding .gitattributes and .gitignore X-Git-Url: http://git.edufdez.es/?a=commitdiff_plain;h=b031996d4fbb7d10794828be3cf41f744a8e30c6;p=rpg-template.git lets start by adding .gitattributes and .gitignore --- b031996d4fbb7d10794828be3cf41f744a8e30c6 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..7de8ea5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +# Godot 4+ specific ignores +.godot/ +android/