From b8bf5df7bce77e0a2116630b36ad75bce867baa4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20D=E2=80=99Aquino?= Date: Wed, 25 Jun 2025 14:25:17 -0700 Subject: [PATCH] Add `.build` to .gitignore Some code editors will automatically run the SourceKit LSP on the project, and create the `.build` folder. This folder should be ignored by git --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 8e631ee8..92f05c03 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ damus.xcodeproj/xcshareddata/xcbaselines TODO.bak tags build-git-hash.txt +.build