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:
@@ -50,4 +50,5 @@ export default defineConfig({
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
srcExclude: ['**/_include/**', '**/_internal/**']
|
||||||
})
|
})
|
||||||
|
Reference in New Issue
Block a user