From 4c9f56c1b775222d7a9f1aed0c0dc36e442e297d Mon Sep 17 00:00:00 2001 From: Nicola Spadari Date: Mon, 10 Mar 2025 12:24:17 +0100 Subject: [PATCH] Add nuxtignore --- .nuxtignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .nuxtignore diff --git a/.nuxtignore b/.nuxtignore new file mode 100644 index 0000000..e449b59 --- /dev/null +++ b/.nuxtignore @@ -0,0 +1,2 @@ +./* +!./app/** \ No newline at end of file