Add workspace and edit gitignore (ignore pods folder)

This commit is contained in:
Ivan Zinovyev 2016-12-19 18:32:45 +03:00
parent 9dce982693
commit 857d5b7bec
2 changed files with 12 additions and 1 deletions

3
.gitignore vendored
View File

@ -30,4 +30,5 @@ Carthage
# Note: if you ignore the Pods directory, make sure to uncomment
# `pod install` in .travis.yml
#
# Pods/
Pods/
Podfile.lock

View File

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<Workspace
version = "1.0">
<FileRef
location = "group:UIAnimatedTextField.xcodeproj">
</FileRef>
<FileRef
location = "group:Pods/Pods.xcodeproj">
</FileRef>
</Workspace>