From 53c17f3bac51a9cdfa667c8db3cb6db843aef640 Mon Sep 17 00:00:00 2001 From: Sonik Bariya <84862717+sonikaxel@users.noreply.github.com> Date: Sat, 21 Feb 2026 21:11:54 +0530 Subject: [PATCH] Add .nitro for nitrojs --- Node.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Node.gitignore b/Node.gitignore index 2aa8c99a54..cb8394492c 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -83,6 +83,9 @@ out dist .output +# NitroJS +.nitro/ + # Gatsby files .cache/ # Comment in the public line in if your project uses Gatsby and not Next.js