Skip to content

Commit 36788cf

Browse files
committed
Ignore .bundle folder
This is the recommended way of doing it, at least according to Heroku: https://devcenter.heroku.com/articles/bundler-configuration I noticed this while following the instructions from the Fastlane docs, running `bundle install --with deveploment`. See: https://docs.fastlane.tools/plugins/plugins-troubleshooting/
1 parent fc50f31 commit 36788cf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
.DS_Store
22
/tmp
33

4+
# Ruby / Bundler
5+
.bundle/
6+
47
# Fastlane
58
fastlane/README.md
69
fastlane/report.xml

0 commit comments

Comments
 (0)