vaguerent/.gitignore

62 lines
634 B
Plaintext

# OS-specific
.DS_Store
# Editor swapfiles
.*.sw?
*~
# Vagrant stuff
acceptance_config.yml
boxes/*
/.vagrant
/website/.vagrant
/website/build
/vagrant-spec.config.rb
test/vagrant-spec/.vagrant/
.vagrant/
/vagrant
/pkg
data.db
vagrant-restore.db.lock
cmd/vagrant/Vagrantfile
# Bundler/Rubygems
*.gem
.bundle
pkg/*
tags
/Gemfile.lock
test/tmp/
/exec
.ruby-bundle
# Documentation
_site/*
.yardoc/
doc/
# Python
*.pyc
# Rubinius
*.rbc
# IDE junk
.idea/*
*.iml
.project
.vscode
# Ruby Managers
.rbenv
.rbenv-gemsets
.ruby-gemset
.ruby-version
.rvmrc
# Box storage for spec
test/vagrant-spec/boxes/*.box
simple_speed.py
cover.out