Skip to content

Commit

Permalink
added template for Puppet modules
Browse files Browse the repository at this point in the history
Co-Authored-By: Mario Finelli <[email protected]>
  • Loading branch information
shiftkey and mfinelli committed Nov 22, 2018
1 parent 45aaaf2 commit 40522d5
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions community/Puppet.gitignore
Original file line number Diff line number Diff line change
@@ -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/*

0 comments on commit 40522d5

Please sign in to comment.