各言語・フレームワーク用のgitignoreテンプレートより、Swift版を導入する。
gitignoreテンプレート
gitignoreカスタマイズ
取り急ぎの2箇所だけ。
- Carthageの成果物をignore対象に
# Carthage
#
# Add this line if you want to avoid checking in source code from Carthage dependencies.
Carthage/Checkouts
Carthage/Build
DS_Store
を追加
## Other
*.moved-aside
*.xccheckout
*.xcscmblueprint
.DS_Store