Skip to content

Commit 40522d5

Browse files
shiftkeymfinelli
andcommitted
added template for Puppet modules
Co-Authored-By: Mario Finelli <[email protected]>
1 parent 45aaaf2 commit 40522d5

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

community/Puppet.gitignore

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# gitignore template for Puppet modules
2+
# website: https://forge.puppet.com/
3+
4+
# Built packages
5+
pkg/*
6+
7+
# Should run on multiple platforms so don't check in
8+
Gemfile.lock
9+
10+
# Tests
11+
spec/fixtures/*
12+
coverage/*
13+
14+
# Third-party
15+
vendor/*
16+
.bundle/*

0 commit comments

Comments
 (0)