From 0b8992007addc9629c282b44eb3b1f3f206c7941 Mon Sep 17 00:00:00 2001 From: Daniel Kelly Date: Tue, 25 Nov 2025 09:12:34 -0600 Subject: [PATCH] Add prisma/generated to .gitignore Update .gitignore to include prisma/generated since it should not be tracked by git --- content/900-ai/prompts/prisma-7.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/content/900-ai/prompts/prisma-7.mdx b/content/900-ai/prompts/prisma-7.mdx index 809b9376dd..532063d8b3 100644 --- a/content/900-ai/prompts/prisma-7.mdx +++ b/content/900-ai/prompts/prisma-7.mdx @@ -299,6 +299,7 @@ Your project will be migrated accordingly using the appropriate adapter. - **Multiple entrypoints** (workers, scripts, tests): apply the same client/adapter/dotenv pattern everywhere. - **Typed SQL** or custom extensions: keep as-is; ensure they compile after client re-generation. - Preserve existing output path if the project uses custom locations. +- Add `prisma/generated` to .gitignore if .gitignore exists ---