How to exclude any file from the project while uploading the test in Cypress?

How to exclude any file from the project while uploading the test in Cypress?

Hi Dipen Soni,

To exclude any file from the project while uploading the test in Cypress, you can use the ignore_files key in run_settings option to ignore or exclude any particular files while uploading your tests. It looks like this:

{
  "run_settings": {
    "ignore_files": "<glob_pattern>",
  }
}