.gitignore: Add .vscode directory to prevent tracking of IDE settings

This commit is contained in:
2024-05-04 22:20:46 +02:00
parent 7000e4af2d
commit 40271ee154

4
.gitignore vendored
View File

@@ -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/