]> source.dussan.org Git - gitignore.git/commitdiff
added template for Puppet modules
authorBrendan Forster <github@brendanforster.com>
Thu, 22 Nov 2018 23:30:25 +0000 (19:30 -0400)
committerBrendan Forster <github@brendanforster.com>
Thu, 22 Nov 2018 23:30:25 +0000 (19:30 -0400)
Co-Authored-By: Mario Finelli <mfinelli@users.noreply.github.com>
community/Puppet.gitignore [new file with mode: 0644]

diff --git a/community/Puppet.gitignore b/community/Puppet.gitignore
new file mode 100644 (file)
index 0000000..4fcdca7
--- /dev/null
@@ -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/*