added template for Puppet modules
Co-Authored-By: Mario Finelli <mfinelli@users.noreply.github.com>
This commit is contained in:
parent
45aaaf2b73
commit
40522d5bf7
1 changed files with 16 additions and 0 deletions
16
community/Puppet.gitignore
Normal file
16
community/Puppet.gitignore
Normal file
|
|
@ -0,0 +1,16 @@
|
||||||
|
# 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/*
|
||||||
Loading…
Add table
Add a link
Reference in a new issue