mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2026-01-01 21:15:15 +08:00
21 lines
449 B
YAML
21 lines
449 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/**/*"]
|
|
|
|
packages:
|
|
- any: ["packages/**/*"]
|
|
|
|
local dev:
|
|
- any: ["**/turbo.json", "**/tsconfig.json", "**/knip.json", "**/.prettierrc", "**/.oxlintrc.json", "**/.eslintrc.cjs", "**/vite.config.dev.js"]
|