mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-22 18:43:29 +00:00
756b5a766f
* First try * Lint and format * Use edge runtime * Use envs for sentry * Fix type * Fix upload of sourcemaps * Try fixing monitoring calls * Fix gitbook/monitoring in middleware * test error in middleware * Define context on sentry data * Set SENTRY_ENVIRONMENT to preview or production * Format * Pass url and userAgent * Remove test cases * Disable debug * Remove ignoreBuildErrors
42 lines
432 B
Plaintext
42 lines
432 B
Plaintext
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
# dependencies
|
|
/node_modules
|
|
/.pnp
|
|
.pnp.js
|
|
|
|
# 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
|
|
|
|
# visual tests
|
|
screenshots/
|
|
|
|
# Sentry Config File
|
|
.sentryclirc
|