From dce26b5d3a27e36c9063c1a71f9da8468ba581cd Mon Sep 17 00:00:00 2001 From: Jdrezen <jeremie.drezen@gmail.com> Date: Mon, 10 May 2021 12:08:03 +0200 Subject: [PATCH] Modification du gitignore pour les script sh --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 50f7b8e..954b4c7 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ desktop.ini .idea venv *.bat +*.sh outputs/ __pycache__/ *.pyc @@ -12,4 +13,4 @@ report.xml .mutmut-cache html/ build/ -pyAmakCore.egg-info/ \ No newline at end of file +pyAmakCore.egg-info/ -- GitLab