24a915133e
* Initial work on upgrading to 6.14.0 Set the output to node_modules still to make it easier * Use ./generated Prisma folder, update types to fix issues * Docker compose restart Clickhouse * Prisma instrumentation update * Docker * Removed database dockerignore file, add generated prisma client to the top-level one * Delete v3-catalog package.json * Resolved pnpm lock file * Log errors for very slow queries
50 lines
487 B
Plaintext
50 lines
487 B
Plaintext
**/*.log
|
|
**/*.pem
|
|
**/*.tsbuildinfo
|
|
|
|
**/.cache
|
|
**/.env
|
|
**/.next
|
|
**/.output
|
|
**/.trigger
|
|
**/.tshy
|
|
**/.tshy-build
|
|
**/.turbo
|
|
**/.vercel
|
|
**/.wrangler
|
|
|
|
**/dist
|
|
**/node_modules
|
|
|
|
**/generated/prisma
|
|
|
|
apps/webapp/build
|
|
apps/webapp/public/build
|
|
|
|
cypress/screenshots
|
|
cypress/videos
|
|
|
|
apps/**/styles/tailwind.css
|
|
packages/**/styles/tailwind.css
|
|
|
|
.changeset
|
|
.DS_Store
|
|
.git
|
|
.github
|
|
.idea
|
|
.pnp
|
|
.pnp.js
|
|
.vscode
|
|
|
|
coverage
|
|
build
|
|
docs
|
|
examples
|
|
out
|
|
references
|
|
|
|
CHANGESETS.md
|
|
CONTRIBUTING.md
|
|
README.md
|
|
LICENSE
|