зеркало из https://github.com/microsoft/AzureTRE.git
94 строки
2.4 KiB
JSON
94 строки
2.4 KiB
JSON
{
|
|
"excludeFiles": [
|
|
".yaspeller*",
|
|
"**/*devcontainer*",
|
|
".git",
|
|
".gitignore",
|
|
".gitattributes",
|
|
"node_modules",
|
|
"LICENSE",
|
|
"Makefile",
|
|
"**/.dockerignore",
|
|
"**/Dockerfile",
|
|
"**/*.tf*",
|
|
"**/*.terraform*",
|
|
"**/requirements.txt",
|
|
"**/*.py",
|
|
"**/*.yml",
|
|
"**/*.yaml",
|
|
"**/*.sh",
|
|
"**/.env.tmpl",
|
|
"**/requirements-dev.txt"
|
|
],
|
|
"fileExtensions": [
|
|
".md"
|
|
],
|
|
"lang": "en",
|
|
"ignoreTags": ["code", "script"],
|
|
"ignoreUrls": true,
|
|
"ignoreUppercase": true,
|
|
"ignoreDigits": true,
|
|
"dictionary": [
|
|
"api",
|
|
"AspNet",
|
|
"az",
|
|
"AzureTRE",
|
|
"Codespaces",
|
|
"Conda",
|
|
"dataset",
|
|
"datasets",
|
|
"dev",
|
|
"Dev",
|
|
"DevOps",
|
|
"DotNet",
|
|
"exfiltration",
|
|
"Endpoints",
|
|
"GitHub",
|
|
"lifecycle",
|
|
"maintainer",
|
|
"maintainers",
|
|
"PowerShell",
|
|
"PyPi",
|
|
"QuickStart",
|
|
"quickstart",
|
|
"repo",
|
|
"repos",
|
|
"screenshots",
|
|
"terraform",
|
|
"Terraform",
|
|
"tfvars",
|
|
"tmpl",
|
|
"TREs",
|
|
"Xamarin",
|
|
"devcontainer",
|
|
"DevContainer",
|
|
"endpoints",
|
|
"pytest",
|
|
"tre",
|
|
"VNet",
|
|
"resourceType",
|
|
"isCurrent",
|
|
"msfttreacr",
|
|
"azurecr",
|
|
"io",
|
|
"azuretre",
|
|
"cnab",
|
|
"aci",
|
|
"westeurope",
|
|
"idempotent",
|
|
"Versioning",
|
|
"mixins",
|
|
"yml",
|
|
"microsoft"
|
|
],
|
|
"ignoreText": [
|
|
// Code sections (anything between ``` and ``` or ` and `)
|
|
"`{1,3}([^`]{1,3})*`{1,3}",
|
|
|
|
// Markdown markdown relative paths
|
|
"(\\.\/|\\.\\.\/|\/)?([a-zA-Z_\\-0-9\/]+)(\\.\\w+)*(\\#[a-zA-Z_\\-0-9\/]+)?",
|
|
|
|
// Email addresses (http://emailregex.com/)
|
|
"(?:[a-z0-9!#$%&'*+/=?^_`{|}~-]+(?:\\.[a-z0-9!#$%&'*+/=?^_`{|}~-]+)*|\"(?:[\\x01-\\x08\\x0b\\x0c\\x0e-\\x1f\\x21\\x23-\\x5b\\x5d-\\x7f]|\\[\\x01-\\x09\\x0b\\x0c\\x0e-\\x7f])*\")@(?:(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?|\\[(?:(?:(2(5[0-5]|[0-4][0-9])|1[0-9][0-9]|[1-9]?[0-9]))\\.){3}(?:(2(5[0-5]|[0-4][0-9])|1[0-9][0-9]|[1-9]?[0-9])|[a-z0-9-]*[a-z0-9]:(?:[\\x01-\\x08\\x0b\\x0c\\x0e-\\x1f\\x21-\\x5a\\x53-\\x7f]|\\[\\x01-\\x09\\x0b\\x0c\\x0e-\\x7f])+)\\])"
|
|
]
|
|
} |