From e37366e6dcd5701d1dc37608506f59a15dbe8cfb Mon Sep 17 00:00:00 2001 From: Fernando Rojo Date: Sat, 20 Jun 2020 14:24:56 -0400 Subject: [PATCH] Add .next to .gitignore --- with-nextjs/.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/with-nextjs/.gitignore b/with-nextjs/.gitignore index 7e09352..c1937db 100644 --- a/with-nextjs/.gitignore +++ b/with-nextjs/.gitignore @@ -21,3 +21,5 @@ yarn-error.log* # misc .DS_Store .env* + +.next