gitignore

This commit is contained in:
Senad Uka
2016-09-03 08:53:39 +02:00
parent 459bce18da
commit 000c824f6b
72 changed files with 1106 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')