From 5a516e77788f7375fa423ecf6e1cc6016288330b Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Mon, 13 May 2024 22:02:13 +0200 Subject: [PATCH] .gitignore: Add .vscode directory to prevent tracking of IDE settings Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/41b06505d554f5ffbcdef12c90096bd7d532f6fd Author: Thilo Graf Date: 2024-05-13 (Mon, 13 May 2024) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 6f2a3313f..16f68145c 100644 --- a/.gitignore +++ b/.gitignore @@ -81,3 +81,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/