From fbfb9d9ae7b93daa6ad214bb589133f0f34cc057 Mon Sep 17 00:00:00 2001 From: jlpereira Date: Mon, 14 Aug 2023 17:07:51 -0300 Subject: [PATCH] ignore pages and public --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index f862c24..5a9219c 100644 --- a/.gitignore +++ b/.gitignore @@ -3,5 +3,7 @@ node_modules dist dist-ssr config +pages +public *.local .env \ No newline at end of file