Skip to content

Commit

Permalink
Adding .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
mattt committed Nov 16, 2013
1 parent 4ad382e commit e6ae069
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# General
*.gem
*.rbc
/.config
/coverage/
/InstalledFiles
/pkg/
/spec/reports/
/test/tmp/
/test/version_tmp/
/tmp/

# Documentation
/.yardoc/
/_yardoc/
/doc/
/rdoc/

# Environment
/.bundle/
/lib/bundler/man/

# Library
Gemfile.lock
.ruby-version
.ruby-gemset

# RVM
.rvmrc

0 comments on commit e6ae069

Please sign in to comment.