From 9b4d9b5996ba3f7db0662793c5b357d09b15d64e Mon Sep 17 00:00:00 2001 From: Eyck Jentzsch Date: Mon, 1 Jul 2024 08:40:02 +0200 Subject: [PATCH] updates gitignore --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index cec994f..9d73bd5 100644 --- a/.gitignore +++ b/.gitignore @@ -17,7 +17,7 @@ CMakeSettings.json /.venv /src-gen/ -/*.json /cfg.yaml /.direnv -/.cache \ No newline at end of file +/.cache +/CMakeUserPresets.json