mirror of https://github.com/go-gitea/gitea
Git with a cup of tea, painless self-hosted git service
Mirror for internal git.with.parts use
https://git.with.parts
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
622 B
35 lines
622 B
kind/docs:
|
|
- "**/*.md"
|
|
- "docs/**"
|
|
|
|
kind/ui:
|
|
- "web_src/**/*"
|
|
- all: ["templates/**", "!templates/swagger/v1_json.tmpl"]
|
|
|
|
kind/api:
|
|
- "templates/swagger/v1_json.tmpl"
|
|
- "routers/api/**"
|
|
|
|
kind/build:
|
|
- "Makefile"
|
|
- "Dockerfile"
|
|
- "Dockerfile.rootless"
|
|
- "docker/**"
|
|
- "webpack.config.js"
|
|
|
|
theme/package-registry:
|
|
- "modules/packages/**"
|
|
- "services/packages/**"
|
|
- "routers/api/packages/**"
|
|
- "routers/web/shared/packages/**"
|
|
|
|
kind/cli:
|
|
- "cmd/**"
|
|
|
|
kind/lint:
|
|
- ".eslintrc.yaml"
|
|
- ".golangci.yml"
|
|
- ".markdownlint.yaml"
|
|
- ".spectral.yaml"
|
|
- ".stylelintrc.yaml"
|
|
- ".yamllint.yaml"
|
|
|