1
0
mirror of https://github.com/hacks-guide/Guide_3DS.git synced 2025-08-25 09:30:58 +02:00

config: ignore _include and _internal directories

These should not be in the final build. It also breaks build with dead
link checks enabled, which is default.
This commit is contained in:
lifehackerhansol
2024-09-16 12:50:23 -07:00
parent ec5d597c67
commit dd66b8d22f

View File

@@ -50,4 +50,5 @@ export default defineConfig({
]
}
},
srcExclude: ['**/_include/**', '**/_internal/**']
})