Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Fastlane ignore files #1691

Closed
wants to merge 1 commit into from
Closed

Conversation

felipeplets
Copy link
Contributor

Fastlane https://fastlane.tools/ is a very useful tool that lets you define and run your deployment pipelines for different environments. It helps to unify apps release process and automate the whole process. fastlane connects all fastlane tools and third party tools, like CocoaPods and xctool.

These two ignore lines are the ones that avoid generated files to be checked in to the repo and also used in the fastlane main example: https://github.com/KrauseFx/fastlane-example/blob/master/.gitignore

Fastlane https://fastlane.tools/ is a very useful tool that lets you define and run your deployment pipelines for different environments. It helps to unify apps release process and automate the whole process. fastlane connects all fastlane tools and third party tools, like CocoaPods and xctool.

These two ignore lines are the ones that avoid generated files to be checked in to the repo and also used in the fastlane main example: https://github.com/KrauseFx/fastlane-example/blob/master/.gitignore
@shiftkey
Copy link
Member

This seems to have been done in #1704

@shiftkey shiftkey closed this Nov 16, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants