💎 Configure bundler

This commit is contained in:
Ben Chatelain 2017-05-23 18:31:04 -06:00
parent 7ee82ca6c3
commit 82aa95eee5
2 changed files with 10 additions and 2 deletions

5
.bundle/config Normal file
View file

@ -0,0 +1,5 @@
---
BUNDLE_CLEAN: "true"
BUNDLE_PATH: ".rubygems"
BUNDLE_BIN: "bin"
BUNDLE_JOBS: "8"

7
.gitignore vendored
View file

@ -28,6 +28,10 @@ xcuserdata
*.hmap *.hmap
*.ipa *.ipa
# Bundler
/.rubygems/
/bin/
# CocoaPods # CocoaPods
# #
# We recommend against adding the Pods directory to your .gitignore. However # We recommend against adding the Pods directory to your .gitignore. However
@ -69,8 +73,7 @@ Icon
Network Trash Folder Network Trash Folder
Temporary Items Temporary Items
.apdisk .apdisk
# Build artifacts
mas-cli.zip mas-cli.zip
mas-cli.dSYM.zip mas-cli.dSYM.zip
mas.xcarchive.zip mas.xcarchive.zip