22 lines
275 B
YAML
22 lines
275 B
YAML
docs:
|
|
- '**/*.md'
|
|
- '**/*.MD'
|
|
|
|
.github:
|
|
- '.github/**/*'
|
|
|
|
CI:
|
|
- '.github/workflows/**/*'
|
|
- '.github/actions/**/*'
|
|
|
|
docker:
|
|
- 'Dockerfile'
|
|
- 'docker/**/*'
|
|
- '.dockerignore'
|
|
- 'docker-entrypoint.sh'
|
|
- '3proxy.cfg'
|
|
|
|
dev:
|
|
- '.gitignore'
|
|
- '.editorconfig'
|