From 0bd471500c7897c928e8f33c936aa1969610c197 Mon Sep 17 00:00:00 2001 From: Serhii Snitsaruk Date: Mon, 2 Mar 2026 22:09:34 +0100 Subject: [PATCH] chore: Add .clangd to .gitignore Ignore local clangd configuration file which is user-specific. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index bb55de25..3849f6f2 100644 --- a/.gitignore +++ b/.gitignore @@ -80,6 +80,9 @@ compile_commands.json # clang cache .cache +# clangd config (local/user-specific) +.clangd + # Web tests test_web/node_modules/ test_web/playwright-report/