diff --git a/community/Puppet.gitignore b/community/Puppet.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..4fcdca7dc9541fbd809b082e64dff8737867a433 --- /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/*