diff --git a/templates/portfolio/nextjs-monolith/.gitignore b/templates/portfolio/nextjs-monolith/.gitignore index 7ef8c73..4a524d3 100644 --- a/templates/portfolio/nextjs-monolith/.gitignore +++ b/templates/portfolio/nextjs-monolith/.gitignore @@ -2,4 +2,5 @@ node_modules .env # editos files -.vscode \ No newline at end of file +.vscode +.next \ No newline at end of file diff --git a/templates/portfolio/vite-react/.gitignore b/templates/portfolio/vite-react/.gitignore index 7ef8c73..4a524d3 100644 --- a/templates/portfolio/vite-react/.gitignore +++ b/templates/portfolio/vite-react/.gitignore @@ -2,4 +2,5 @@ node_modules .env # editos files -.vscode \ No newline at end of file +.vscode +.next \ No newline at end of file