mirror of
https://github.com/mas-cli/mas
synced 2024-11-24 12:33:08 +00:00
💎 Configure bundler
This commit is contained in:
parent
7ee82ca6c3
commit
82aa95eee5
2 changed files with 10 additions and 2 deletions
5
.bundle/config
Normal file
5
.bundle/config
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
BUNDLE_CLEAN: "true"
|
||||
BUNDLE_PATH: ".rubygems"
|
||||
BUNDLE_BIN: "bin"
|
||||
BUNDLE_JOBS: "8"
|
7
.gitignore
vendored
7
.gitignore
vendored
|
@ -28,6 +28,10 @@ xcuserdata
|
|||
*.hmap
|
||||
*.ipa
|
||||
|
||||
# Bundler
|
||||
/.rubygems/
|
||||
/bin/
|
||||
|
||||
# CocoaPods
|
||||
#
|
||||
# We recommend against adding the Pods directory to your .gitignore. However
|
||||
|
@ -69,8 +73,7 @@ Icon
|
|||
Network Trash Folder
|
||||
Temporary Items
|
||||
.apdisk
|
||||
|
||||
# Build artifacts
|
||||
mas-cli.zip
|
||||
mas-cli.dSYM.zip
|
||||
mas.xcarchive.zip
|
||||
|
||||
|
|
Loading…
Reference in a new issue