Add SPM .build directory to .gitignore

We don't need SPM build artifacts in the repository.
This commit is contained in:
Helge Heß 2020-04-10 17:04:17 +02:00
parent 930c467754
commit 24d33957ed
No known key found for this signature in database
GPG key ID: 0A3825768D88C07D

4
.gitignore vendored
View file

@ -27,3 +27,7 @@ xcuserdata/
*.dSYM
Pods/
*.xcworkspace
# Swift Package Manager
.build