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

6
.gitignore vendored
View file

@ -26,4 +26,8 @@ xcuserdata/
*.dSYM.zip
*.dSYM
Pods/
*.xcworkspace
*.xcworkspace
# Swift Package Manager
.build