From ddd24d14593959cd0804c6783b859230b491cc96 Mon Sep 17 00:00:00 2001 From: jvyden Date: Tue, 12 Oct 2021 14:56:45 -0400 Subject: [PATCH] Add /r/ to gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index bfb6b8d4..6ec59b85 100644 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,5 @@ riderModule.iml /.idea/.idea.ProjectLighthouse/.idea/workspace.xml /.idea/.idea.ProjectLighthouse/.idea/dataSources/ /.idea/.idea.ProjectLighthouse/.idea/dataSources.local.xml -*.sln.DotSettings.user \ No newline at end of file +*.sln.DotSettings.user +/ProjectLighthouse/r/* \ No newline at end of file