You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Puppet.gitignore 238B

12345678910111213141516
  1. # gitignore template for Puppet modules
  2. # website: https://forge.puppet.com/
  3. # Built packages
  4. pkg/*
  5. # Should run on multiple platforms so don't check in
  6. Gemfile.lock
  7. # Tests
  8. spec/fixtures/*
  9. coverage/*
  10. # Third-party
  11. vendor/*
  12. .bundle/*