mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2024-11-12 02:17:21 +08:00
18 lines
312 B
YAML
18 lines
312 B
YAML
api:
|
|
- any: ["frontend/src/ts/ape/**/*", "backend/src/api/**/*"]
|
|
|
|
assets:
|
|
- any: ["frontend/static/**/*"]
|
|
all: ["!frontend/static/**/*.html"]
|
|
|
|
backend:
|
|
- any: ["backend/**/*"]
|
|
|
|
docs:
|
|
- any: ["**/*.md"]
|
|
|
|
frontend:
|
|
- any: ["frontend/**/*"]
|
|
|
|
local dev:
|
|
- any: ["**/gulpfile.js", "**/tsconfig.json"]
|