Swiftのgitignoreテンプレート | onox blog

onox blog

Swiftのgitignoreテンプレート

December 26, 2018

各言語・フレームワーク用のgitignoreテンプレートより、Swift版を導入する。

gitignoreテンプレート

Swift版はこちら

gitignoreカスタマイズ

取り急ぎの2箇所だけ。

  1. Carthageの成果物をignore対象に
# Carthage
#
# Add this line if you want to avoid checking in source code from Carthage dependencies.
Carthage/Checkouts
Carthage/Build
  1. DS_Storeを追加
## Other
*.moved-aside
*.xccheckout
*.xcscmblueprint
.DS_Store