From fd42043fb634a99004d562deb237d4391d3ee41d Mon Sep 17 00:00:00 2001 From: Max Desiatov Date: Wed, 20 Sep 2023 11:29:20 +0100 Subject: [PATCH] Add `.vscode/launch.json` to `.gitignore` This file is automatically generated by VS Code, so there's little sense in tracking changes to it. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index c54f4ce9c..5d1d81717 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ xcuserdata/ .swiftpm .*.sw? +.vscode/launch.json