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.
25 lines
387 B
25 lines
387 B
1 year ago
|
kind/docs:
|
||
|
- **/*.md
|
||
|
- docs/**/*
|
||
|
|
||
|
kind/ui:
|
||
|
- web_src/**/*
|
||
|
- all: ["templates/**/*", "!templates/swagger/v1_json.tmpl"]
|
||
|
|
||
|
kind/api:
|
||
|
- templates/swagger/v1_json.tmpl
|
||
|
|
||
|
kind/build:
|
||
|
- Makefile
|
||
|
- Dockerfile
|
||
|
- Dockerfile.rootless
|
||
|
- docker/**
|
||
|
- webpack.config.js
|
||
|
|
||
|
kind/lint:
|
||
|
- .eslintrc.yaml
|
||
|
- .golangci.yml
|
||
|
- .markdownlint.yaml
|
||
|
- .spectral.yaml
|
||
|
- .stylelintrc.yaml
|