From fee2c4e12fd7d34c5a39745b5374468bd23cd813 Mon Sep 17 00:00:00 2001 From: Tom Date: Mon, 13 Jan 2025 22:14:35 +0000 Subject: [PATCH] Added VS Code's workspace files into .gitignore. --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 013a731..b9d1bac 100644 --- a/.gitignore +++ b/.gitignore @@ -41,4 +41,5 @@ testem.log .DS_Store Thumbs.db -src/environments/* \ No newline at end of file +src/environments/* +*.code-workspace \ No newline at end of file