From ba273c2e0bc9d321d849197abdc1687de1d24586 Mon Sep 17 00:00:00 2001
From: Achilles <wlz.debenson@gmail.com>
Date: Sun, 18 Oct 2015 13:28:00 +0800
Subject: [PATCH] del ignore files

---
 .gitignore | 11 +++++++++++
 1 file changed, 11 insertions(+)
 create mode 100644 .gitignore

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..7aed81a
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,11 @@
+# 忽略pods 目录
+Pods/
+Podfile.lock
+*.xcuserstate
+vanke.xcworkspace
+xcuserdata
+UserInterfaceState.xcuserstate
+vanke.xcworkspace/
+xcuserdata/
+UserInterface.xcuserstate
+
-- 
2.18.1