1
0
mirror of https://github.com/github/gitignore synced 2024-05-28 08:20:12 +02:00
gitignore/community/Puppet.gitignore
Brendan Forster 40522d5bf7 added template for Puppet modules
Co-Authored-By: Mario Finelli <mfinelli@users.noreply.github.com>
2018-11-22 19:30:25 -04:00

17 lines
238 B
Plaintext

# gitignore template for Puppet modules
# website: https://forge.puppet.com/
# Built packages
pkg/*
# Should run on multiple platforms so don't check in
Gemfile.lock
# Tests
spec/fixtures/*
coverage/*
# Third-party
vendor/*
.bundle/*