From d825a0347fb344e6ddb167756f46acf48e8657a7 Mon Sep 17 00:00:00 2001 From: aronmal Date: Tue, 14 Feb 2023 21:00:18 +0100 Subject: [PATCH] Add git ignores --- leaky-ships/.gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/leaky-ships/.gitignore b/leaky-ships/.gitignore index 751d600..85b0254 100644 --- a/leaky-ships/.gitignore +++ b/leaky-ships/.gitignore @@ -1,8 +1,11 @@ # See https://help.github.com/articles/ignoring-files/ for more about ignoring files. -#logs +# logs /log +# prisma +/prisma/migrations + # dependencies /node_modules /.pnp @@ -29,6 +32,7 @@ yarn-error.log* .pnpm-debug.log* # local env files +.env .env*.local # vercel