Initial commit

This commit is contained in:
Rishi Javia 2017-06-30 09:41:21 -07:00
commit d1f0a7b7ea
15 changed files with 1518 additions and 0 deletions

25
.gitignore vendored Normal file
View file

@ -0,0 +1,25 @@
*.swp
log/*
!.gitignore
junit
acceptance-tests
pkg
Gemfile.lock
options.rb
test.cfg
.yardoc
coverage
.bundle
.vendor
_vendor
tmp/
doc
# JetBrains IDEA
*.iml
.idea/
# rbenv file
.ruby-version
.ruby-gemset
# Vagrant folder
.vagrant/
.vagrant_files/