mirror of
https://github.com/hashicorp/vagrant.git
synced 2025-12-18 15:46:05 -05:00
15 lines
294 B
HCL
15 lines
294 B
HCL
schema_version = 1
|
|
|
|
project {
|
|
license = "BUSL-1.1"
|
|
copyright_year = 2024
|
|
|
|
header_ignore = [
|
|
"internal/pkg/defaults/**",
|
|
"internal/pkg/spinner/**",
|
|
"internal/server/bindata_ui.go",
|
|
"internal/server/gen/**",
|
|
"lib/vagrant/protobufs/**",
|
|
"thirdparty/**",
|
|
]
|
|
}
|