puppet-haproxy/.gitignore

19 lines
253 B
Plaintext
Raw Normal View History

2022-12-03 22:56:47 -05:00
# ---> Puppet
# 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/*