From a12852b1ef7335ff270ec057c23bb296d5019e8f Mon Sep 17 00:00:00 2001
From: Jan David Mol <mol@astron.nl>
Date: Wed, 13 Oct 2021 15:23:17 +0200
Subject: [PATCH] L2SS-442: Shell files are always text too

---
 .gitattributes | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitattributes b/.gitattributes
index f78ace3e3..929b6bb4f 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -2,6 +2,7 @@
 
 *.py text
 *.json text
+*.sh text
 
 *.png binary
 *.h5 binary
-- 
GitLab