mirror of
https://github.com/SrIzan10/next-auth.git
synced 2026-05-01 10:55:20 +00:00
67 lines
1.1 KiB
Plaintext
67 lines
1.1 KiB
Plaintext
.cache-loader
|
|
.DS_Store
|
|
.pnpm-debug.log
|
|
.turbo
|
|
.vscode/generated*
|
|
/_work
|
|
/actions-runner
|
|
node_modules
|
|
patches
|
|
pnpm-lock.yaml
|
|
.github/actions/issue-validator/index.mjs
|
|
*.d.ts
|
|
*.d.ts.map
|
|
|
|
.svelte-kit
|
|
.next
|
|
.nuxt
|
|
|
|
# --------------- Docs ---------------
|
|
|
|
.docusaurus
|
|
build
|
|
docs/docs/reference/core
|
|
docs/docs/reference/sveltekit
|
|
static
|
|
docs/providers.json
|
|
|
|
# --------------- Packages ---------------
|
|
|
|
coverage
|
|
dist
|
|
packages/**/*.cjs
|
|
packages/**/*.js
|
|
|
|
# @auth/core
|
|
packages/core/src/providers/oauth-types.ts
|
|
packages/core/src/lib/pages/styles.ts
|
|
|
|
# @auth/sveltekit
|
|
packages/frameworks-sveltekit/package
|
|
packages/frameworks-sveltekit/vite.config.{js,ts}.timestamp-*
|
|
|
|
# next-auth
|
|
packages/next-auth/src/providers/oauth-types.ts
|
|
packages/next-auth/css/index.css
|
|
|
|
|
|
# Adapters
|
|
.branches
|
|
db.sqlite
|
|
dev.db
|
|
dynamodblocal-bin
|
|
firebase-debug.log
|
|
firestore-debug.log
|
|
migrations
|
|
test.schema.gql
|
|
|
|
# --------------- Apps ---------------
|
|
|
|
|
|
# Examples should have their own Prettier config since they are templates too
|
|
apps/example-sveltekit
|
|
|
|
# Development app
|
|
apps/dev/prisma
|
|
apps/dev/migrations
|
|
apps/dev/typeorm |