.pdkignore 423 B

12345678910111213141516171819202122232425262728293031323334353637
  1. .git/
  2. .*.sw[op]
  3. .metadata
  4. .yardoc
  5. .yardwarns
  6. *.iml
  7. /.bundle/
  8. /.idea/
  9. /.vagrant/
  10. /coverage/
  11. /bin/
  12. /doc/
  13. /Gemfile.local
  14. /Gemfile.lock
  15. /junit/
  16. /log/
  17. /pkg/
  18. /spec/fixtures/manifests/
  19. /spec/fixtures/modules/
  20. /tmp/
  21. /vendor/
  22. /convert_report.txt
  23. /update_report.txt
  24. .DS_Store
  25. /appveyor.yml
  26. /.fixtures.yml
  27. /Gemfile
  28. /.gitattributes
  29. /.gitignore
  30. /.gitlab-ci.yml
  31. /.pdkignore
  32. /Rakefile
  33. /.rspec
  34. /.rubocop.yml
  35. /.travis.yml
  36. /.yardopts
  37. /spec/