vagrant/.gitignore

48 lines
480 B
Plaintext
Raw Normal View History

2011-07-23 05:58:31 +00:00
# OS-specific
.DS_Store
2011-07-23 05:58:31 +00:00
# Vagrant stuff
acceptance_config.yml
boxes/*
2010-02-10 07:10:16 +00:00
Vagrantfile
.vagrant
2011-07-23 05:58:31 +00:00
# Bundler/Rubygems
*.gem
2010-02-09 06:00:13 +00:00
.bundle
2011-07-23 05:58:31 +00:00
pkg/*
tags
2013-09-03 18:49:28 +00:00
/Gemfile.lock
2011-07-23 05:58:31 +00:00
test/tmp/
# Documentation
_site/*
.yardoc/
2010-12-14 02:14:52 +00:00
doc/
2011-07-23 05:58:31 +00:00
# Python
*.pyc
2011-08-28 21:13:54 +00:00
# Rubinius
*.rbc
2011-07-23 05:58:31 +00:00
# IDE junk
.idea/*
2012-12-01 18:39:25 +00:00
*.iml
2013-07-18 04:11:52 +00:00
# Ruby Managers
.rbenv
.ruby-gemset
.ruby-version
.rvmrc
# Website: docs
website/docs/.sass-cache
website/docs/build
website/docs/Rakefile
2013-09-03 20:48:55 +00:00
# Website: www
website/www/.sass-cache
website/www/build
website/www/Rakefile