diff --git a/examples/with-prisma/.gitignore b/examples/with-prisma/.gitignore deleted file mode 100644 index 1437c53f70bc2..0000000000000 --- a/examples/with-prisma/.gitignore +++ /dev/null @@ -1,34 +0,0 @@ -# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. - -# dependencies -/node_modules -/.pnp -.pnp.js - -# testing -/coverage - -# next.js -/.next/ -/out/ - -# production -/build - -# misc -.DS_Store -*.pem - -# debug -npm-debug.log* -yarn-debug.log* -yarn-error.log* - -# local env files -.env.local -.env.development.local -.env.test.local -.env.production.local - -# vercel -.vercel diff --git a/examples/with-prisma/README.md b/examples/with-prisma/README.md index 3d723bbafb544..d0b645b786006 100644 --- a/examples/with-prisma/README.md +++ b/examples/with-prisma/README.md @@ -1,6 +1,6 @@ -Prisma.io maintains it's own Next.Js examples +The official examples are maintained by the Prisma team: -- [Javascript](https://github.com/prisma/prisma-examples/tree/master/javascript/rest-nextjs) +- [Javascript](https://github.com/prisma/prisma-examples/tree/latest/javascript/rest-nextjs) - [Typescript: rest-api-routes-auth](https://github.com/prisma/prisma-examples/tree/latest/typescript/rest-nextjs-api-routes-auth) - [Typescript: rest-api-routes](https://github.com/prisma/prisma-examples/tree/latest/typescript/rest-nextjs-api-routes) - [Typescript: rest-api-express](https://github.com/prisma/prisma-examples/tree/latest/typescript/rest-nextjs-express)