Ignoring a Dependency

If you see a dependency in your project that you don't want to be included, you can ignore it. Simply:

  1. Navigate to the dependency tap, and hover over the desired dependency
  2. Click the ellipse button to open more options
  3. Click "Ignore Package"

After a dependency has been ignored, you will see it listed in the project settings page.


Ignored dependencies affect all past and future revisions for the project. That dependency will be completely ignored until you un-ignore it.


To un-ignore a dependency:

  1. Navigate to the projects settings page
  2. Find the section marked "Ignored dependencies"
  3. Click the X mark to the desired dependency
  4. Hit the "Save" button.

Here are some examples of when users have ignored a dependency:

  1. Ignoring test dependencies that you don't want included in your reports
  2. Ignoring proprietary dependencies that you would like to keep private