mirror of
https://gitee.com/Tencent-BlueKing/bk-cmdb.git
synced 2025-12-06 08:59:15 +08:00
30 lines
406 B
JSON
30 lines
406 B
JSON
{
|
|
"crignore_file_patterns": [
|
|
"out/",
|
|
"dist/",
|
|
"assets/",
|
|
"images/",
|
|
"package.json",
|
|
"package-lock.json",
|
|
"yarn.lock",
|
|
".env.*",
|
|
"*.env",
|
|
"*.map",
|
|
"*.yml",
|
|
"*.yaml",
|
|
"*.min.js",
|
|
"libs/",
|
|
"static/",
|
|
"doc/",
|
|
"docs/",
|
|
"*.mo",
|
|
"*.po",
|
|
"*.ini",
|
|
"*.toml",
|
|
"*.json",
|
|
"*.xml",
|
|
"*.lock",
|
|
"*.md",
|
|
"*.txt"
|
|
]
|
|
} |