vike
Version:
(Replaces Next.js/Nuxt) 🔨 Composable framework to build advanced applications with flexibility and stability.
20 lines (19 loc) • 562 B
JavaScript
import '../../../assertEnvVite.js';
export const ignorePatternsBuiltIn = [
'**/node_modules/**',
// Ejected Vike extensions, see https://github.com/snake-py/eject
'**/ejected/**',
// Allow:
// ```bash
// +Page.js
// +Page.telefunc.js
// ```
'**/*.telefunc.*',
// https://github.com/vikejs/vike/issues/1589#issuecomment-2031925598
'**/.history/**',
// https://github.com/vikejs/vike/discussions/2222
'**/*.generated.*',
// https://github.com/vikejs/vike/issues/2347
'**/*.spec.*',
'**/*.test.*',
];