damus

nostr ios client
git clone git://jb55.com/damus
Log | Files | Refs | README | LICENSE

commit b8bf5df7bce77e0a2116630b36ad75bce867baa4
parent e9e68422d4573bd9c89d9d0f9d76d12daf89f401
Author: Daniel D’Aquino <daniel@daquino.me>
Date:   Wed, 25 Jun 2025 14:25:17 -0700

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

Diffstat:
M.gitignore | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

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