diff --git a/.gitignore b/.gitignore index 4dcb725..b1f8891 100644 --- a/.gitignore +++ b/.gitignore @@ -42,11 +42,9 @@ yarn-error.log* *.tsbuildinfo next-env.d.ts -# prisma -prisma/migrations/**/migration_lock.toml +# prisma — generated client (regenerated by `prisma generate`) +/src/generated/prisma # ide .idea .vscode - -/src/generated/prisma diff --git a/prisma/migrations/migration_lock.toml b/prisma/migrations/migration_lock.toml new file mode 100644 index 0000000..044d57c --- /dev/null +++ b/prisma/migrations/migration_lock.toml @@ -0,0 +1,3 @@ +# Please do not edit this file manually +# It should be added in your version-control system (e.g., Git) +provider = "postgresql"