From b8b281295fe6a20a1ea2bc1236c6ba1a38be9251 Mon Sep 17 00:00:00 2001 From: Tomas Kracmar Date: Mon, 8 Sep 2025 10:19:27 +0200 Subject: [PATCH] Make scripts executable by default --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..39e34a6 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.sh eol=lf text executable \ No newline at end of file