From 6c38bff0e76f03afa1c550718fd771cbeb5086d8 Mon Sep 17 00:00:00 2001 From: LesterEvSe Date: Fri, 29 May 2026 14:59:31 +0300 Subject: [PATCH] fix: add `.vscode` directory to `.gitignore` --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index af36ea38..7b2e12af 100644 --- a/.gitignore +++ b/.gitignore @@ -9,10 +9,14 @@ target/ # MSVC Windows builds of rustc generate these, which store debugging information *.pdb -# IntelliJ project files +# IDE project files (for developers) +## IntelliJ .idea *.iml +## VSCode +.vscode + # mdbook HTML output dir book/book/