From a1838685d592c672acc0e11a72d95417567f9ca4 Mon Sep 17 00:00:00 2001 From: Lynnesbian Date: Sun, 23 May 2021 19:54:16 +1000 Subject: [PATCH] ignore intellij stuff properly --- .gitignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e3851a3..3779817 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,6 @@ riderModule.iml # IntelliJ stuff *.sln.DotSettings.user -.idea/indexLayout.xml -.idea/misc.xml -.idea/inspectionProfiles/Project_Default.xml \ No newline at end of file +/.idea/.idea.LyneMod/.idea/indexLayout.xml +/.idea/.idea.LyneMod/.idea/misc.xml +/.idea/.idea.LyneMod/.idea/inspectionProfiles/Project_Default.xml \ No newline at end of file