From dd136858f1ea40ad3c94191d647487fa4f31926c Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 18 Oct 2024 20:33:49 +0200 Subject: Adding upstream version 9.0.0. Signed-off-by: Daniel Baumann --- 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 0000000..4fcdca7 --- /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