mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-21 21:09:49 +08:00
46 lines
671 B
Plaintext
46 lines
671 B
Plaintext
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
# dependencies
|
|
/node_modules
|
|
/.pnp
|
|
.pnp.js
|
|
.yarn/install-state.gz
|
|
|
|
.next-development-environment
|
|
|
|
# testing
|
|
/coverage
|
|
|
|
# next.js
|
|
/.next/
|
|
/out/
|
|
|
|
# production
|
|
/build
|
|
|
|
# misc
|
|
.DS_Store
|
|
*.pem
|
|
|
|
# debug
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# local env files
|
|
.env*.local
|
|
|
|
# vercel
|
|
.vercel
|
|
|
|
# typescript
|
|
*.tsbuildinfo
|
|
next-env.d.ts
|
|
|
|
# local dev IIFE bundles (built locally, not committed)
|
|
/public/dashboard-ui-components.iife.js
|
|
/public/dashboard-ui-components.iife.js.map
|
|
|
|
# auto-generated files (rebuilt at build time and in dev watch)
|
|
/src/generated/bundled-type-definitions.ts
|