From 15d48e53fc0587106adbd373d0b113afbba39828 Mon Sep 17 00:00:00 2001 From: Tristan Date: Mon, 6 Jan 2025 16:51:46 +0100 Subject: [PATCH] adds new files to gitignore and force lf eol --- .gitattributes | 1 + .gitignore | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..fae8897 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* eol=lf diff --git a/.gitignore b/.gitignore index 84960ac..1cf2c3d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ bin .settings dist +build +.gradle