|
@@ -16,6 +16,11 @@ module.exports = {
|
|
|
'src/linter-checker/**',
|
|
'src/linter-checker/**',
|
|
|
'tmp/**',
|
|
'tmp/**',
|
|
|
'next-env.d.ts',
|
|
'next-env.d.ts',
|
|
|
|
|
+ 'next.config.js',
|
|
|
|
|
+ 'playwright.config.ts',
|
|
|
|
|
+ 'test/integration/global-setup.js',
|
|
|
|
|
+ 'test/integration/global-teardown.js',
|
|
|
|
|
+ 'test/integration/setup-crowi.ts',
|
|
|
'test/integration/crowi/**',
|
|
'test/integration/crowi/**',
|
|
|
'test/integration/middlewares/**',
|
|
'test/integration/middlewares/**',
|
|
|
'test/integration/migrations/**',
|
|
'test/integration/migrations/**',
|