41 lines
370 B
Plaintext
41 lines
370 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
|
|
|
|
# Eclipse
|
|
.project
|
|
|
|
# OS X
|
|
.DS_Store
|
|
|
|
# Puppet
|
|
coverage/
|
|
spec/fixtures/manifests/*
|
|
spec/fixtures/modules/*
|
|
Gemfile.lock
|
|
|
|
# JetBrains IDE
|
|
.idea/
|
|
|
|
# Rbenv
|
|
.ruby-version
|