From 4df5c8f3435b6783356f515cff6d4b65072e4b5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Vel=C3=A1squez?= Date: Tue, 14 Mar 2023 10:34:56 -0500 Subject: [PATCH] Add missing Nuxt 3's generated dirs ## Description I updated the Nuxt section to include Nuxt 3 generated folders. ## References - Official [.gitignore](https://github.com/nuxt/nuxt/blob/main/.gitignore#L22-L24) file. - Nuxt Team's recommended .gitignore [entries](https://nuxt.com/docs/guide/directory-structure/gitignore#git-ignore-file). --- Node.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Node.gitignore b/Node.gitignore index c6bba591..4e6aa26e 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -90,6 +90,9 @@ out # Nuxt.js build / generate output .nuxt dist +.nuxt-* +.output +.gen # Gatsby files .cache/