From 61cb7f7677bc688c6af41b0c9181b0a1905d8567 Mon Sep 17 00:00:00 2001
From: dnns01 <github@dnns01.de>
Date: Mon, 15 Nov 2021 17:06:24 +0100
Subject: [PATCH] Add sonarlint to .gitignore

---
 .gitignore | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.gitignore b/.gitignore
index 9f1e2ed..d39fbb2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -113,6 +113,9 @@ GitHub.sublime-settings
 !.vscode/tasks.json 
 !.vscode/launch.json 
 !.vscode/extensions.json 
+
+
 .history
 /spotify.json
 /clips/
+.idea/sonarlint/
-- 
GitLab