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
This commit is contained in:
Daniel D’Aquino
2025-06-25 14:25:17 -07:00
parent e9e68422d4
commit b8bf5df7bc

1
.gitignore vendored
View File

@@ -6,3 +6,4 @@ damus.xcodeproj/xcshareddata/xcbaselines
TODO.bak
tags
build-git-hash.txt
.build