mirror of
https://gitlab.com/recaptime-dev/squad/meta.git
synced 2025-06-01 18:49:30 +00:00
17 lines
No EOL
449 B
JSON
17 lines
No EOL
449 B
JSON
{
|
|
"yaml.schemas": {
|
|
"https://json.schemastore.org/github-issue-config.json": ".github/ISSUE_TEMPLATE/config.yml",
|
|
".gitlab/ci/yaml-schema.json": [
|
|
".gitlab/ci/*.gitlab-ci.yml",
|
|
".gitlab/ci/.gitlab-ci.yml"
|
|
]
|
|
},
|
|
"git.alwaysSignOff": true,
|
|
"gitlens.remotes": [
|
|
{
|
|
"domain": "mau.dev",
|
|
"type": "GitLab",
|
|
"name": "Manimum GitLab"
|
|
}
|
|
]
|
|
} |