mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-01 06:48:56 +00:00
17 lines
238 B
Text
17 lines
238 B
Text
|
# 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/*
|