aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorBrendan Forster <github@brendanforster.com>2018-11-22 19:30:25 -0400
committerBrendan Forster <github@brendanforster.com>2018-11-22 19:30:25 -0400
commit40522d5bf730c47f3449577c80d1820dcc2e4d47 (patch)
treea0bba7e7d3021c6cb5896dbef579900a2032e3b7 /community
parent45aaaf2b739579d9906bb5b8618b4c9fa5117de0 (diff)
downloadgitignore-40522d5bf730c47f3449577c80d1820dcc2e4d47.tar.gz
gitignore-40522d5bf730c47f3449577c80d1820dcc2e4d47.zip
added template for Puppet modules
Co-Authored-By: Mario Finelli <mfinelli@users.noreply.github.com>
Diffstat (limited to 'community')
-rw-r--r--community/Puppet.gitignore16
1 files changed, 16 insertions, 0 deletions
diff --git a/community/Puppet.gitignore b/community/Puppet.gitignore
new file mode 100644
index 00000000..4fcdca7d
--- /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/*