From db5524a9ab6b0050fa71e21a3a15740e85e4e4a8 Mon Sep 17 00:00:00 2001 From: Antoine GIRARD Date: Fri, 20 Dec 2019 00:04:12 +0100 Subject: chore: update gitignore list (#9437) Updated the gitignore list with the command : `go run scripts/generate-gitignores.go` --- options/gitignore/Puppet | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 options/gitignore/Puppet (limited to 'options/gitignore/Puppet') diff --git a/options/gitignore/Puppet b/options/gitignore/Puppet new file mode 100644 index 0000000000..4fcdca7dc9 --- /dev/null +++ b/options/gitignore/Puppet @@ -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/* -- cgit v1.2.3