diff --git a/.gitignore b/.gitignore index 3c3629e..c0d4a47 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,7 @@ -node_modules +/node_modules +# next.js +/.next/ +/out/ + +# production +/build \ No newline at end of file