From 64f4cec2692674b0dd4ae0c897f253ce6feceacf Mon Sep 17 00:00:00 2001 From: admin Date: Thu, 19 May 2016 16:41:16 +0800 Subject: [PATCH] add gitignore file --- .gitignore | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..00f122a2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,49 @@ +# Mac OS X +.DS_Store + +# Xcode + +## Build generated +build/ +DerivedData +Output/ + +## Various settings +*.pbxuser +!default.pbxuser +*.mode1v3 +!default.mode1v3 +*.mode2v3 +!default.mode2v3 +*.perspectivev3 +!default.perspectivev3 +xcuserdata + +## Other +*.xccheckout +*.moved-aside +*.xcuserstate +*.xcscmblueprint + +## Pod +Podfile.lock +Pods +*.xcworkspace + +## Obj-C/Swift specific +*.hmap +*.ipa + +## Playgrounds +timeline.xctimeline +playground.xcworkspace + +# Swift Package Manager +.build/ + +# Carthage +Carthage/Build + +# Commit comments +CHANGELOG_COMMIT.text +