72 lines
812 B
Plaintext
72 lines
812 B
Plaintext
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
# dependencies
|
|
node_modules
|
|
.pnp
|
|
.pnp.js
|
|
|
|
# testing
|
|
coverage
|
|
|
|
.next/
|
|
out/
|
|
build
|
|
dist
|
|
|
|
# misc
|
|
.DS_Store
|
|
*.pem
|
|
|
|
# debug
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
.pnpm-debug.log*
|
|
|
|
# local env files
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
# turbo
|
|
.turbo
|
|
|
|
.log
|
|
.DS_Store
|
|
.idea
|
|
.jest-*
|
|
node_modules
|
|
reports
|
|
*.log
|
|
.nyc_output
|
|
**/coverage
|
|
.yarn
|
|
.yarnrc
|
|
tsconfig.tsbuildinfo
|
|
.blitz
|
|
.next
|
|
dist
|
|
.now
|
|
# local env files
|
|
**/.env.local
|
|
**/.env.*.local
|
|
**/.envrc
|
|
.blitz-*
|
|
.blitz-cli-cache
|
|
.vscode
|
|
.tsbuildinfo
|
|
.nvmrc
|
|
**/.test*
|
|
examples/auth2
|
|
.idea
|
|
.ultra.cache.json
|
|
db.sqlite-journal
|
|
**/db/db.sqlite
|
|
test/integration/**/db.json
|
|
test/**/*/out
|
|
test/**/blitz-env.d.ts
|
|
examples/**/blitz-env.d.ts
|
|
.blitz**
|
|
|