From 1a306a0a6c714242c97e0db45adb0c8af0dada4a Mon Sep 17 00:00:00 2001 From: HombreLaser Date: Tue, 27 Feb 2024 10:26:36 -0600 Subject: Add .vscode to .gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 19841c4..f176d4f 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,7 @@ env/ uml/ config.toml __pycache__/ -*.org \ No newline at end of file +*.org + +# VSCode +.vscode/ \ No newline at end of file -- cgit v1.2.3