chore(git): update .gitignore to exclude prisma migrations folder

This commit is contained in:
cfngc4594 2025-03-06 11:21:30 +08:00
parent da04f9718b
commit e69ac90f58

3
.gitignore vendored
View File

@ -41,3 +41,6 @@ yarn-error.log*
# typescript # typescript
*.tsbuildinfo *.tsbuildinfo
next-env.d.ts next-env.d.ts
# prisma
prisma/migrations