From 867f3428935c7266929c7b69fe0b64e06d13dbb3 Mon Sep 17 00:00:00 2001 From: nathan boileau Date: Thu, 9 Feb 2023 13:38:08 +0100 Subject: [PATCH] gitignore : add sonarqube --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 6c2aa92..5913f3d 100644 --- a/.gitignore +++ b/.gitignore @@ -428,4 +428,5 @@ FodyWeavers.xsd *.sln.iml *.db -*Migrations \ No newline at end of file +*Migrations +*.sonarqube \ No newline at end of file