Convert the module to be PDK compliant

This commit is contained in:
geekix
2018-08-22 12:07:49 +02:00
parent 3f950c460d
commit 229026aa41
13 changed files with 493 additions and 96 deletions

32
.gitignore vendored
View File

@ -1,10 +1,24 @@
pkg/
Gemfile.lock
vendor/
spec/fixtures/
.vagrant/
.bundle/
coverage/
.idea/
.git/
.*.sw[op]
.metadata
.yardoc
.yardwarns
*.iml
.settings/
/.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