ignore all .bundle folders and Gemfile.lock
Change-Id: Ib78461b98a15d81812d04bcdbc7e2dbd0320b979 Reviewed-on: https://gerrit.instructure.com/29508 Tested-by: Jenkins <jenkins@instructure.com> Reviewed-by: Raphael Weiner <rweiner@pivotallabs.com> Product-Review: Raphael Weiner <rweiner@pivotallabs.com> QA-Review: Raphael Weiner <rweiner@pivotallabs.com>
This commit is contained in:
parent
64b7d487a8
commit
ea31e12528
|
@ -10,7 +10,7 @@
|
|||
#
|
||||
# That's what .git/info/exclude and core.excludesfile are for :)
|
||||
|
||||
/.bundle/
|
||||
.bundle/
|
||||
/.yardoc/
|
||||
/app/coffeescripts/ember/*/main.coffee
|
||||
/app/views/info/styleguide.html.erb
|
||||
|
@ -21,7 +21,7 @@
|
|||
/db/*.sqlite*
|
||||
/db/*sql
|
||||
/exports/
|
||||
/Gemfile.lock
|
||||
Gemfile.lock
|
||||
/log/
|
||||
/public/app/
|
||||
/public/assets/
|
||||
|
|
Loading…
Reference in New Issue