Skip to content

Commit

Permalink
Readme TODO list update, gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosgriselli committed Jan 14, 2018
1 parent 3201380 commit ad0cb4c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 13 deletions.
29 changes: 17 additions & 12 deletions .gitignore
@@ -1,8 +1,6 @@
# OS X
.DS_Store

#remov

# Xcode
build/
*.pbxuser
Expand All @@ -24,15 +22,22 @@ DerivedData
# Bundler
.bundle

Carthage
# We recommend against adding the Pods directory to your .gitignore. However
# you should judge for yourself, the pros and cons are mentioned at:
# http://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control
#
# Note: if you ignore the Pods directory, make sure to uncomment
# `pod install` in .travis.yml
# Carthage
#
# Add this line if you want to avoid checking in source code from Carthage dependencies.
# Carthage/Checkouts
#
# Pods/
Carthage/Build

# fastlane
#
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
# screenshots whenever they are needed.
# For more information about the recommended setup visit:
# https://github.com/fastlane/fastlane/blob/master/fastlane/docs/Gitignore.md

# Scripts
push.sh
fastlane/report.xml
fastlane/Preview.html
fastlane/screenshots
fastlane/test_output
fastlane/README.md
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -114,7 +114,7 @@ public protocol Animation {

- [x] Create protocol for the animations.
- [x] Support combining animations.
- [ ] Add Carthage support.
- [x] Add Carthage support.
- [ ] Add SPM support.
- [ ] Add more use cases to the example app.
- [ ] Add autohide functionality.
Expand Down

0 comments on commit ad0cb4c

Please sign in to comment.