mirror of
https://github.com/SrIzan10/next-auth.git
synced 2026-05-01 10:55:20 +00:00
Documentation has been moved to its own repository. See https://github.com/nextauthjs/docs
30 lines
337 B
YAML
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/**/*
|