code.gitea.io/gitea@v1.21.7/options/gitignore/Puppet (about) 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/*