選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

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/*