mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-07 23:19:48 -06:00
- fixes #1264 - fixes #1321 - fixes #1799 - fixes #2689 - fixes #2688 - fixes #2687 - fixes #2686
16 lines
247 B
JSON
16 lines
247 B
JSON
{
|
|
"exclude": [
|
|
"**/.git/**",
|
|
"**/.cache/**",
|
|
"**/.history/**",
|
|
"**/.projects/**",
|
|
"**/.publish/**",
|
|
"**/node_modules/**",
|
|
"**/app/**",
|
|
"**/build/**",
|
|
"**/dist/**",
|
|
"**/dist-test/**",
|
|
"**/.cy/**"
|
|
]
|
|
}
|