From 1388f28d6c988302f131bd369b6e123fabd451bf Mon Sep 17 00:00:00 2001 From: 4Denthusiast <25589515+4Denthusiast@users.noreply.github.com> Date: Thu, 22 Apr 2021 02:06:30 +0100 Subject: [PATCH] Fix: Gitignore some more files that Intellij automatically generates. (#4630) libraries-with-intellij-classes hopefully gets cleaned up next version: https://youtrack.jetbrains.com/issue/IDEA-265597 inspectionProfiles: ignore until we agree on shared standard --- .idea/.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.idea/.gitignore b/.idea/.gitignore index 0ce16e3fd..c42ab94b3 100644 --- a/.idea/.gitignore +++ b/.idea/.gitignore @@ -33,6 +33,8 @@ workspace.xml /uiDesigner.xml /modules.xml /modules +/inspectionProfiles +/libraries-with-intellij-classes.xml # Ignore Sonar linting, if set up locally /sonarlint/