From ed0fc19cfbee356252da672dc2bc038cc9c928a0 Mon Sep 17 00:00:00 2001 From: chylex <contact@chylex.com> Date: Mon, 7 Dec 2020 02:11:35 +0100 Subject: [PATCH] Enforce LF line endings & fix build.gradle --- .gitattributes | 1 + build.gradle.kts | 8 +------- 2 files changed, 2 insertions(+), 7 deletions(-) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..6313b56 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text=auto eol=lf diff --git a/build.gradle.kts b/build.gradle.kts index 2c08eb1..70f7491 100755 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -42,11 +42,5 @@ intellij { setPlugins("java") } -idea { - module { - excludeDirs.add(buildDir) - } -} - group = "org.acejump" -version = "4.0" \ No newline at end of file +version = "4.0"