From f53f7b5d0089829baebfea26821a4748e6d24e92 Mon Sep 17 00:00:00 2001 From: Alejandro Lazaro Date: Tue, 20 Feb 2024 23:22:57 +0100 Subject: [PATCH] Add git settings --- .gitattributes | 2 ++ .gitignore | 6 ++++++ 2 files changed, 8 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9e25297 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +* text=auto +readme.md merge=union diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8882d43 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +.sass-cache/ +.tool-versions +Gemfile +Gemfile.lock +_config.yml +_site/