Skip to content

Commit

Permalink
Merge pull request #9 from innercircledev/feature/gitignore
Browse files Browse the repository at this point in the history
Make .gitignore more robust/inclusive with Ruby.gitignore from Github.
  • Loading branch information
ryanlecompte committed Apr 23, 2014
2 parents 1fa54fc + b74dc13 commit 74c58a0
Showing 1 changed file with 21 additions and 3 deletions.
24 changes: 21 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
*.gem
.bundle
*.rbc
/.config
/coverage/
/InstalledFiles
/pkg/
/spec/reports/
/test/tmp/
/test/version_tmp/
/tmp/

/.yardoc/
/_yardoc/
/doc/
/rdoc/

/.bundle/
/lib/bundler/man/

Gemfile.lock
pkg/*
.idea/*
.ruby-version
.ruby-gemset

/.idea/

0 comments on commit 74c58a0

Please sign in to comment.