From ba48e8aed3184f27ca2771e7389c9f92e1bc1109 Mon Sep 17 00:00:00 2001 From: PythonGermany <97847597+PythonGermany@users.noreply.github.com> Date: Mon, 21 Oct 2024 20:09:44 +0200 Subject: [PATCH] Add clangd config file to gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8f38710..f0cd206 100644 --- a/.gitignore +++ b/.gitignore @@ -22,4 +22,7 @@ websites/config_test/uploaded/* # Docker stuff docker/webserv/source database/ -.env \ No newline at end of file +.env + +# Clangd config file +.clangd \ No newline at end of file