Co-authored-by: Kristoffer K. <merceyz@users.noreply.github.com> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
26 lines
408 B
Plaintext
26 lines
408 B
Plaintext
**/migrations/**
|
|
.blitz
|
|
.next
|
|
.log
|
|
.DS_Store
|
|
.jest-*
|
|
packages/cli/lib
|
|
node_modules
|
|
reports
|
|
*.log
|
|
**/.env*
|
|
.nyc_output
|
|
**/coverage
|
|
.yarn
|
|
.yarnrc
|
|
tsconfig.tsbuildinfo
|
|
dist
|
|
bin
|
|
!packages/blitz/src/bin
|
|
packages/generator/templates/**
|
|
.github/ISSUE_TEMPLATE/bug_report.md
|
|
nextjs/packages/next/compiled/**
|
|
|
|
// Because file from nextjs upstream isn't formatted properly
|
|
nextjs/packages/next/build/webpack-config.ts
|