chore: update .gitignore to ignore nuxt files when comming from nuxt-refactor

This commit is contained in:
LelouchFR 2025-10-22 11:37:53 +00:00
parent 7d4021be91
commit 26e486a492

4
.gitignore vendored
View File

@ -70,3 +70,7 @@ static-text.json
# keep browserified files out
*.bundled.js
# remove nuxt files from passing from nuxt-refactor to master
.nuxt
.data