Add SPM .build directory to .gitignore
We don't need SPM build artifacts in the repository.
This commit is contained in:
parent
930c467754
commit
24d33957ed
1 changed files with 5 additions and 1 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
@ -26,4 +26,8 @@ xcuserdata/
|
|||
*.dSYM.zip
|
||||
*.dSYM
|
||||
Pods/
|
||||
*.xcworkspace
|
||||
*.xcworkspace
|
||||
|
||||
# Swift Package Manager
|
||||
.build
|
||||
|
||||
|
|
Loading…
Reference in a new issue