chore: ignore .nuxt on lint

This commit is contained in:
Bereket Engida
2024-09-02 23:30:20 +03:00
parent 56962ac395
commit 40de0e82f1

View File

@@ -32,7 +32,8 @@
".svelte-kit",
"package.json",
".contentlayer",
".turbo"
".turbo",
".nuxt"
]
}
}