From 57b2ae80a4e6e496526f815f1e3fd1af56e0aa8c Mon Sep 17 00:00:00 2001 From: Kirill Rogovoy Date: Fri, 23 Jul 2021 16:50:47 +0300 Subject: Add production build --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index b3733ae..3b3b2e9 100644 --- a/.gitignore +++ b/.gitignore @@ -10,7 +10,9 @@ # next.js /.next/ -/out/ + +# production +/build # misc .DS_Store -- cgit v1.2.3