31 lines
278 B
Plaintext
31 lines
278 B
Plaintext
# Default .gitignore for Ruby
|
|
*.gem
|
|
*.rbc
|
|
.bundle
|
|
.config
|
|
coverage
|
|
InstalledFiles
|
|
lib/bundler/man
|
|
pkg
|
|
rdoc
|
|
spec/reports
|
|
test/tmp
|
|
test/version_tmp
|
|
tmp
|
|
|
|
# YARD artifacts
|
|
.yardoc
|
|
_yardoc
|
|
doc/
|
|
|
|
# Vim
|
|
*.swp
|
|
|
|
# OS X
|
|
.DS_Store
|
|
|
|
# Puppet
|
|
metadata.json
|
|
coverage/
|
|
spec/fixtures/modules/*
|