From 62cc1cc122fe492c9288a86bc23337aaed9f353e Mon Sep 17 00:00:00 2001 From: Stephan <57194608+stephan418@users.noreply.github.com> Date: Mon, 11 Oct 2021 13:26:59 +0200 Subject: [PATCH] Ignore Prisma migrations Prisma migration files should not be pushed --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 6704566..1ad5ca1 100644 --- a/.gitignore +++ b/.gitignore @@ -102,3 +102,6 @@ dist # TernJS port file .tern-port + +# Prisma +prisma/migrations