diff options
author | Brendan Forster <github@brendanforster.com> | 2018-11-22 19:30:25 -0400 |
---|---|---|
committer | Brendan Forster <github@brendanforster.com> | 2018-11-22 19:30:25 -0400 |
commit | 40522d5bf730c47f3449577c80d1820dcc2e4d47 (patch) | |
tree | a0bba7e7d3021c6cb5896dbef579900a2032e3b7 /community | |
parent | 45aaaf2b739579d9906bb5b8618b4c9fa5117de0 (diff) | |
download | gitignore-40522d5bf730c47f3449577c80d1820dcc2e4d47.tar.gz gitignore-40522d5bf730c47f3449577c80d1820dcc2e4d47.zip |
added template for Puppet modules
Co-Authored-By: Mario Finelli <mfinelli@users.noreply.github.com>
Diffstat (limited to 'community')
-rw-r--r-- | community/Puppet.gitignore | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/community/Puppet.gitignore b/community/Puppet.gitignore new file mode 100644 index 00000000..4fcdca7d --- /dev/null +++ b/community/Puppet.gitignore @@ -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/* |