From 2b0b678e256e8aa959d011ae360ac29acfcd40b2 Mon Sep 17 00:00:00 2001 From: GruelingPine185 <66073333+GruelingPine185@users.noreply.github.com> Date: Fri, 23 Sep 2022 18:11:04 -0400 Subject: [PATCH] added Bear ignores --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d554959..fff098f 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ *.suo *.ncb *.user +compile_commands.json #Directories Release/ @@ -12,6 +13,7 @@ Out/ release/ debug/ out/ +.cache/ #Project generated files *.db @@ -26,4 +28,4 @@ out #Shell files *.bat -*.sh \ No newline at end of file +*.sh