1
0
Fork 0
mirror of https://github.com/drapergem/draper synced 2023-03-27 23:21:17 -04:00
draper/.gitignore
Morgan Lieberthal 7db14de0f0 Update .gitignore.
Ignore all .ruby-version, .ruby-gemset, and .rake-tasks files.
Ignore files generated by rspec_results or coverage reports.
Ignore binstubs.
2015-08-27 01:08:59 -06:00

22 lines
244 B
Text

*.gem
*.rvmrc
.bundle
Gemfile.lock
pkg/*
coverage.data
coverage/*
.yardoc
doc/*
tmp
vendor/bundle
*.swp
*.swo
*.DS_Store
spec/dummy/log/*
spec/dummy/db/*.sqlite3
.ruby-version*
.ruby-gemset*
.rake_tasks
rspec_errors.txt
rspec_results.html
bin/