mirror of
https://github.com/Paillat-dev/flagger.git
synced 2026-01-01 16:56:22 +00:00
18 lines
278 B
HCL
18 lines
278 B
HCL
schema_version = 1
|
|
|
|
project {
|
|
license = "MIT"
|
|
copyright_year = 2025
|
|
copyright_holder = "Paillat-dev"
|
|
header_ignore = [
|
|
".venv/**",
|
|
"logs/**",
|
|
".idea/**",
|
|
".git/**",
|
|
".vscode/**",
|
|
"__pycache__/**",
|
|
"*.pyc",
|
|
"src/flagwaver/**"
|
|
]
|
|
}
|