From 7e3ef723ef46c16bea47d04315097f2c5b58c2f0 Mon Sep 17 00:00:00 2001 From: Alsey Coleman Miller Date: Fri, 27 Dec 2024 06:42:31 +0000 Subject: [PATCH] Ignore VS Code files --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 108f1b3..bbda10f 100644 --- a/.gitignore +++ b/.gitignore @@ -16,4 +16,6 @@ llvm-project swift-source dl output -host-swift-* \ No newline at end of file +host-swift-* +.build +.vscode \ No newline at end of file