From 000e5642504906bc477da87b6d3c8f3ebf078263 Mon Sep 17 00:00:00 2001 From: Javier Cicchelli Date: Wed, 10 Sep 2025 18:30:08 +0200 Subject: [PATCH] Moved the VS Code definitions within the .gitignore file. --- .gitignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 7f85c9f..8fbf40e 100644 --- a/.gitignore +++ b/.gitignore @@ -2,9 +2,6 @@ .DS_Store .netrc -# Visual Studio Code -.vscode - # Xcode DerivedData/ @@ -33,5 +30,8 @@ Packages/ .swiftpm/configuration/registries.json .swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata +# Visual Studio Code +.vscode + # DocC documentation *.doccarchive \ No newline at end of file