From 40271ee15463bb821338a11ae2a27a1620386014 Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Sat, 4 May 2024 22:20:46 +0200 Subject: [PATCH] .gitignore: Add .vscode directory to prevent tracking of IDE settings --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 1e297d85a..75a45e00e 100644 --- a/.gitignore +++ b/.gitignore @@ -87,3 +87,7 @@ local_build_config.h ### other files that fall out of the build src/nhttpd/nhttpd.conf + +### IDE-specific settings +# Visual Studio Code settings +.vscode/