Files
archived-next-auth/.github/labeler.yml
Balázs Orbán 1c1e8410e6 chore(docs): remove docs from repo (#2609)
Documentation has been moved to its own repository. See https://github.com/nextauthjs/docs
2021-08-27 13:15:33 +02:00

30 lines
337 B
YAML

test:
- test/**/*
- types/tests/**/*
providers:
- src/providers/**/*
- test/integration/**/*
adapters:
- src/adapters/**/*
databases:
- test/docker/databases/**/*
- test/fixtures/**/*
core:
- src/**/*
style:
- src/css/**/*
client:
- src/client/**/*
pages:
- src/server/pages/**/*
TypeScript:
- types/**/*