From 615a7d4a513a15ed0318eab01146db4c020d095a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=96=9B=E6=98=8E=E6=B5=A9?= Date: Wed, 3 Jan 2018 11:31:44 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E6=B7=BB=E5=8A=A0=E3=80=91gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f8447b5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,34 @@ +# Xcode +# +# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore + +## Build generated +build/ +DerivedData + +## Various settings +*.pbxuser +!default.pbxuser +*.mode1v3 +!default.mode1v3 +*.mode2v3 +!default.mode2v3 +*.perspectivev3 +!default.perspectivev3 +xcuserdata + +## Other +*.xccheckout +*.moved-aside +*.xcuserstate +*.xcscmblueprint +*.xcscheme + +## Obj-C/Swift specific +*.hmap +*.ipa + +作者:kuazi +链接:https://www.jianshu.com/p/82e1d05baf1c +來源:简书 +著作权归作者所有。商业转载请联系作者获得授权,非商业转载请注明出处。 \ No newline at end of file