Skip to content

Commit

Permalink
Add gitignore file
Browse files Browse the repository at this point in the history
Should ignore a bunch of files, especially Gemfile.lock
  • Loading branch information
jc00ke committed Nov 2, 2012
1 parent f2f7592 commit 9155356
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .gitignore
@@ -0,0 +1,19 @@
Gemfile.lock
*.gem
*.rbc
.bundle
.config
coverage
InstalledFiles
lib/bundler/man
pkg
rdoc
spec/reports
test/tmp
test/version_tmp
tmp

# YARD artifacts
.yardoc
_yardoc
doc/

0 comments on commit 9155356

Please sign in to comment.