From 6afb0987099f2d0f2045593732a611198681d75c Mon Sep 17 00:00:00 2001 From: vplasencia Date: Mon, 3 Apr 2023 21:32:53 +0200 Subject: [PATCH] refactor: ignore .next and public folders --- .prettierignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.prettierignore b/.prettierignore index 54808cb..7d9431b 100644 --- a/.prettierignore +++ b/.prettierignore @@ -41,3 +41,7 @@ yarn-error.log* # other snark-artifacts + +# Next.js +.next/ +public \ No newline at end of file