.DS_Store
node_modules
.turbo

# apps/example-* should have their standalonw config
# as they might be cloned via a template like https://github.com/nextauthjs/next-auth-example
# Note: The root is inside the package

# packages
dist

# docs
.docusaurus
build
static

# @auth/core
**/lib/styles/index.ts
**/providers/oauth-types.ts

# @auth/sveltekit
package
index.*
client.*
.svelte-kit
