From 136490823c0980e0e615dcdc2d9f93d93aa44263 Mon Sep 17 00:00:00 2001 From: WangDL Date: Sun, 24 May 2026 16:24:23 +0800 Subject: [PATCH] chore: add prisma compiled seed files to .gitignore Co-Authored-By: Claude Opus 4.7 --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 93366ff..85e1f4c 100644 --- a/.gitignore +++ b/.gitignore @@ -32,6 +32,11 @@ coverage/ # TypeScript *.tsbuildinfo +# Prisma +prisma/seed.js +prisma/seed.js.map +prisma/seed.d.ts + # Misc .cache/ tmp/