From c642e75f1df39c580254f52eec85906cbd3fd0a0 Mon Sep 17 00:00:00 2001 From: Mineplay Date: Sun, 5 Oct 2025 10:18:48 -0500 Subject: [PATCH] chore(linting): removed .vscode from gitignore --- .gitignore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 8c658c4..7ab93c8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ Build compile_commands.json -.cache -.vscode \ No newline at end of file +.cache \ No newline at end of file