Started working on this module
This commit is contained in:
46
.gitignore
vendored
46
.gitignore
vendored
@ -1,18 +1,28 @@
|
||||
# ---> Puppet
|
||||
# gitignore template for Puppet modules
|
||||
# website: https://forge.puppet.com/
|
||||
|
||||
# Built packages
|
||||
pkg/*
|
||||
|
||||
# Should run on multiple platforms so don't check in
|
||||
Gemfile.lock
|
||||
|
||||
# Tests
|
||||
spec/fixtures/*
|
||||
coverage/*
|
||||
|
||||
# Third-party
|
||||
vendor/*
|
||||
.bundle/*
|
||||
|
||||
.git/
|
||||
.*.sw[op]
|
||||
.metadata
|
||||
.yardoc
|
||||
.yardwarns
|
||||
*.iml
|
||||
/.bundle/
|
||||
/.idea/
|
||||
/.vagrant/
|
||||
/coverage/
|
||||
/bin/
|
||||
/doc/
|
||||
/Gemfile.local
|
||||
/Gemfile.lock
|
||||
/junit/
|
||||
/log/
|
||||
/pkg/
|
||||
/spec/fixtures/manifests/
|
||||
/spec/fixtures/modules/
|
||||
/tmp/
|
||||
/vendor/
|
||||
/convert_report.txt
|
||||
/update_report.txt
|
||||
.DS_Store
|
||||
.project
|
||||
.envrc
|
||||
/inventory.yaml
|
||||
/spec/fixtures/litmus_inventory.yaml
|
||||
|
Reference in New Issue
Block a user