2011-07-23 05:58:31 +00:00
|
|
|
# OS-specific
|
2010-09-20 14:45:19 +00:00
|
|
|
.DS_Store
|
2011-07-23 05:58:31 +00:00
|
|
|
|
2014-10-29 01:53:41 +00:00
|
|
|
# Editor swapfiles
|
|
|
|
.*.sw?
|
|
|
|
*~
|
|
|
|
|
2011-07-23 05:58:31 +00:00
|
|
|
# Vagrant stuff
|
2011-11-03 04:09:38 +00:00
|
|
|
acceptance_config.yml
|
2011-11-23 03:28:46 +00:00
|
|
|
boxes/*
|
2013-09-04 22:58:31 +00:00
|
|
|
/.vagrant
|
2016-01-19 18:08:53 +00:00
|
|
|
/website/.vagrant
|
|
|
|
/website/build
|
2013-12-05 21:19:15 +00:00
|
|
|
/vagrant-spec.config.rb
|
2011-07-23 05:58:31 +00:00
|
|
|
|
|
|
|
# Bundler/Rubygems
|
2012-12-01 19:13:33 +00:00
|
|
|
*.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/
|
2015-03-30 14:19:02 +00:00
|
|
|
vendor/
|
2016-01-19 18:08:53 +00:00
|
|
|
/exec
|
2011-07-23 05:58:31 +00:00
|
|
|
|
|
|
|
# Documentation
|
2010-02-11 08:51:21 +00:00
|
|
|
_site/*
|
2010-03-04 07:14:06 +00:00
|
|
|
.yardoc/
|
2010-12-14 02:14:52 +00:00
|
|
|
doc/
|
2011-07-23 05:58:31 +00:00
|
|
|
|
2011-11-12 18:20:07 +00:00
|
|
|
# Python
|
|
|
|
*.pyc
|
|
|
|
|
2011-08-28 21:13:54 +00:00
|
|
|
# Rubinius
|
|
|
|
*.rbc
|
|
|
|
|
2011-07-23 05:58:31 +00:00
|
|
|
# IDE junk
|
2010-12-21 10:09:33 +00:00
|
|
|
.idea/*
|
2012-12-01 18:39:25 +00:00
|
|
|
*.iml
|
2014-09-23 19:46:25 +00:00
|
|
|
.project
|
2013-07-18 04:11:52 +00:00
|
|
|
|
|
|
|
# Ruby Managers
|
|
|
|
.rbenv
|
2016-07-22 01:15:21 +00:00
|
|
|
.rbenv-gemsets
|
2013-07-18 04:11:52 +00:00
|
|
|
.ruby-gemset
|
|
|
|
.ruby-version
|
|
|
|
.rvmrc
|