From 40522d5bf730c47f3449577c80d1820dcc2e4d47 Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Thu, 22 Nov 2018 19:30:25 -0400 Subject: [PATCH] added template for Puppet modules Co-Authored-By: Mario Finelli --- community/Puppet.gitignore | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 community/Puppet.gitignore 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/*