From 5723d0a0a7e79fd2fc64f9e31c5546cd634eb382 Mon Sep 17 00:00:00 2001 From: Steve Dogiakos Date: Wed, 13 Mar 2024 16:35:24 -0600 Subject: [PATCH] fix: add .vscode to .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 844bf89..4ae8063 100644 --- a/.gitignore +++ b/.gitignore @@ -225,4 +225,7 @@ $RECYCLE.BIN/ # Windows shortcuts *.lnk +#VS Code Folder +.vscode/ + # End of https://www.toptal.com/developers/gitignore/api/renpy,python,windows \ No newline at end of file