mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-02-01 08:22:53 +00:00
14 lines
316 B
JSON
14 lines
316 B
JSON
{
|
|
"include": [
|
|
"./node_modules/cypress",
|
|
"cypress/**/*.js",
|
|
"cypress/config/dev.mjs",
|
|
"cypress/config/ci.mjs",
|
|
"cypress/plugins/index.mjs",
|
|
"cypress/plugins/backendApi/task.mjs",
|
|
"cypress/plugins/backendApi/logger.mjs",
|
|
"cypress/plugins/backendApi/client.mjs",
|
|
"cypress/support/commands.mjs"
|
|
]
|
|
}
|