summaryrefslogtreecommitdiff
path: root/gitignore/community/Puppet.gitignore
diff options
context:
space:
mode:
Diffstat (limited to 'gitignore/community/Puppet.gitignore')
-rw-r--r--gitignore/community/Puppet.gitignore16
1 files changed, 16 insertions, 0 deletions
diff --git a/gitignore/community/Puppet.gitignore b/gitignore/community/Puppet.gitignore
new file mode 100644
index 0000000..4fcdca7
--- /dev/null
+++ b/gitignore/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/*