Skip to content
Snippets Groups Projects
.pdkignore 533 B
Newer Older
  • Learn to ignore specific revisions
  • .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
    *~
    \#*\#
    .\#*
    /appveyor.yml
    /.fixtures.yml
    /Gemfile
    /.gitattributes
    /.gitignore
    /.gitlab-ci.yml
    /.pdkignore
    
    Magnus Svensson's avatar
    Magnus Svensson committed
    /.puppet-lint.rc
    
    /Rakefile
    /rakelib/
    /.rspec
    /.rubocop.yml
    /.travis.yml
    /.yardopts
    /spec/
    /.vscode/
    
    Magnus Svensson's avatar
    Magnus Svensson committed
    /.sync.yml
    /.devcontainer/