You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
238 B
17 lines
238 B
5 years ago
|
# 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/*
|