diff options
Diffstat (limited to '')
-rw-r--r-- | options/gitignore/Puppet | 16 |
1 files changed, 16 insertions, 0 deletions
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/* |