From 5ea96822f78c8b38310317da8bbbf284037ee837 Mon Sep 17 00:00:00 2001 From: Carlo Grisetti Date: Thu, 8 Jan 2026 02:22:38 +0100 Subject: [PATCH] Get the whole dist directory ignored, not just contents --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3befd96..ec0336c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -dist/* +dist/ .vscode .clang-format .clangd