mirror of
https://github.com/SrIzan10/next-auth.git
synced 2026-05-01 10:55:20 +00:00
* clean up `package.json` files * chore(ts): make sure `next-auth/next` does not conflict with `next` * simplify `turbo.json` * fix: apply suggestion * simplify doc dev command * ignore upstash redis again * ignore mikro orm for now * chore: dev command * update lock file * update css path for dev only * Update apps/dev/package.json Co-authored-by: Thang Vu <thvu@hey.com>
80 lines
1.2 KiB
Plaintext
80 lines
1.2 KiB
Plaintext
# Misc
|
|
.DS_Store
|
|
.npmrc
|
|
|
|
.env
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
firebase-debug.log
|
|
.pnpm-debug.log
|
|
|
|
|
|
# Dependencies
|
|
node_modules
|
|
|
|
# Build dirs
|
|
.next
|
|
build
|
|
dist
|
|
|
|
# Generated files
|
|
.docusaurus
|
|
.cache-loader
|
|
packages/next-auth/providers
|
|
packages/next-auth/src/providers/oauth-types.ts
|
|
packages/next-auth/client
|
|
packages/next-auth/css
|
|
packages/next-auth/utils
|
|
packages/next-auth/core
|
|
packages/next-auth/jwt
|
|
packages/next-auth/react
|
|
packages/next-auth/adapters.d.ts
|
|
packages/next-auth/adapters.js
|
|
packages/next-auth/index.d.ts
|
|
packages/next-auth/index.js
|
|
packages/next-auth/next
|
|
packages/next-auth/middleware.d.ts
|
|
packages/next-auth/middleware.js
|
|
|
|
# Development app
|
|
apps/dev/src/css
|
|
apps/dev/prisma/migrations
|
|
apps/dev/typeorm
|
|
|
|
# VS
|
|
/.vs/slnx.sqlite-journal
|
|
/.vs/slnx.sqlite
|
|
/.vs
|
|
.vscode
|
|
|
|
# Jetbrains
|
|
.idea
|
|
|
|
# GitHub Actions runner
|
|
/actions-runner
|
|
/_work
|
|
|
|
# DB
|
|
dev.db*
|
|
packages/adapter-prisma/prisma/dev.db
|
|
packages/adapter-prisma/prisma/migrations
|
|
db.sqlite
|
|
|
|
# Tests
|
|
coverage
|
|
dynamodblocal-bin
|
|
firestore-debug.log
|
|
test.schema.gql
|
|
|
|
# Turborepo
|
|
.turbo
|
|
|
|
# docusaurus
|
|
docs/.docusaurus
|
|
docs/providers.json |