Updating project files on repo.

This commit is contained in:
vinivendra 2016-02-20 18:45:23 -05:00
parent 21443eabd4
commit 9184f0ff69
3 changed files with 15 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,6 +1,7 @@
.DS*
PixelImage.xcodeproj/xcuserdata/*
PixelImage.xcodeproj/project.xcworkspace/xcuserdata/*
PixelImage.xcworkspace/xcuserdata/*
Pods/*

14
.tailor.yml Normal file
View File

@ -0,0 +1,14 @@
# Tailor will check for violations to all rules except for the following ones
except:
- constant-k-prefix
- function-whitespace
- leading-whitespace
# include:
# - Source # Inspect all Swift files under "Source/"
exclude:
- Pods # Ignore Swift files under "Pods/"
- PixelImage/SwiftSugar/SwiftSequences