From f179e0df8d57dd787d0c34e6d673c82f54124bc2 Mon Sep 17 00:00:00 2001 From: jvyden Date: Wed, 6 Oct 2021 12:52:16 -0400 Subject: [PATCH] Fix .idea .gitignore --- .gitignore | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index afc59961..4bc12e7a 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,5 @@ obj/ riderModule.iml /_ReSharper.Caches/ /.idea/.idea.ProjectLighthouse/.idea/workspace.xml -.idea/dataSources/*.xml -.idea/dataSources/**/*.meta -.idea/dataSources.local.xml \ No newline at end of file +/.idea/.idea.ProjectLighthouse/.idea/dataSources/ +/.idea/.idea.ProjectLighthouse/.idea/dataSources.local.xml