puppet-strings/.gitignore

44 lines
357 B
Plaintext
Raw Permalink Normal View History

## MAC OS
.DS_Store
## TEXTMATE
*.tmproj
tmtags
## EMACS
*~
\#*
.\#*
## VIM
*.swp
/tags
2014-05-26 02:11:32 +00:00
## BUNDLER
.bundle
Gemfile.lock
## YARD
.yardoc
.yardwarns
## MODULE BUILDS
**/pkg
2018-01-26 14:05:22 +00:00
## RubyMine
/.idea/
## rvm/rbenv
/.ruby-version
## YARD output
/doc/
## Acceptance test artifacts
/log/
/*.gem
/spec/acceptance/nodesets/
2018-01-26 14:05:22 +00:00
## local coverage results
/coverage/