From 0dbd7a110883f88ec5210a04063d0c092a39e039 Mon Sep 17 00:00:00 2001 From: piotrruss Date: Tue, 5 Oct 2021 22:38:21 +0200 Subject: Use standard next server instead custom server --- .gitignore | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 7117b63..414d529 100644 --- a/.gitignore +++ b/.gitignore @@ -9,7 +9,7 @@ /coverage # next.js -# /.next/ +/.next/ /out/ # production @@ -24,11 +24,9 @@ npm-debug.log* yarn-debug.log* yarn-error.log* -# local env files +# env files +.env .env.local -.env.development.local -.env.test.local -.env.production.local # vercel .vercel -- cgit v1.2.3