Update .gitignore to add bin folder

This commit is contained in:
Ken Low
2016-06-30 15:40:09 +08:00
parent 1f5e20dd1a
commit ac92478a46
5 changed files with 42 additions and 2 deletions

3
bin/bundle Executable file
View File

@@ -0,0 +1,3 @@
#!/usr/bin/env ruby
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__)
load Gem.bin_path('bundler', 'bundle')