From 351dba6b701dd95b3d0b02568989fefdac7b6623 Mon Sep 17 00:00:00 2001 From: Riley King-Saunders Date: Mon, 23 Jun 2025 00:47:37 +1000 Subject: [PATCH] Added .CppProperties.json back. Visual studio won't use it if it is in .gitignore, but it also shouldn't be added to the project so it will need to exist a permanant limbo for now --- .gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitignore b/.gitignore index e149c95..0d6d5f8 100644 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,3 @@ thirdparty/* *.ilk *.spv *.lib -/CppProperties.json