From c02a940addf65ae754f581a55f2e0cc49f8144fd Mon Sep 17 00:00:00 2001 From: Alessandro Iezzi Date: Tue, 16 Feb 2021 21:20:44 +0100 Subject: Ignores *.sh --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d685347..612712e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,8 @@ +*.sh + # IntelliJ workspace .idea/ *.iml # Maven -target/ \ No newline at end of file +target/ -- cgit v1.2.3