puppet-sonarr/.gitignore
2019-06-04 23:16:58 +02:00

34 lines
577 B
Plaintext

.rspec
results
tags
.*.sw[op]
test.pp
# YARD generated documentation
.yardoc
/doc
# Now that there is a gemfile, RVM ignores rvmrc in parent directories, so a local one is required
# to work around that. Which we don't want committed, so we can ignore it here.
/.rvmrc
.bundle/
.byebug_history
/ext/packaging/
/pkg/
Gemfile.lock
Gemfile.local
Guardfile
puppet-acceptance/
/.project
.ruby-version
.ruby-gemset
/acceptance/junit
/acceptance/log
/acceptance/.beaker
# emacs backup files
*~
/*.samples
coverage/
# Files and directory added by RubyMine IDE
*.iml
.rakeTasks
.idea/