From bd6c8d3f3c1bdcd7e5d30fa26841736fd05d72ab Mon Sep 17 00:00:00 2001 From: sp2xdev <127630192+sp2xdev@users.noreply.github.com> Date: Fri, 4 Apr 2025 17:51:40 -0700 Subject: [PATCH] add gitignore to root --- .gitignore | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2f10e4e --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +.vscode/* + +# JetBrains IDEs +.idea +.idea_modules +*.iws + +# CMake +cmake-build* + +# user config +build_all.local.sh +build_docker.local.sh