Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/getting-started/configuring-your-repository.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ To configure your repository, follow these steps:

## 1. Ignoring files {: id="ignoring-files"}

[Ignore any files and directories](../repositories-configure/ignoring-files.md) that aren't relevant for the Codacy analysis, such as generated code or any third-party libraries included in your repositories.
[Ignore any files and directories](../repositories-configure/ignoring-files.md) that aren't relevant for the Codacy analysis, such as generated code or any third-party libraries included in your repositories. Learn more about [Ignoring files](../repositories-configure/ignoring-files.md).

![Ignoring files](../repositories-configure/images/ignored-files.png)

Expand Down
6 changes: 5 additions & 1 deletion docs/repositories-configure/ignoring-files.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@ description: Ignore or exclude files from the Codacy analysis and see the list o

In some situations, you may want to ignore or exclude files from the Codacy analysis.

To exclude files from your repository analysis open your repository **Settings**, tab **Ignored Files**, and select the files you want to ignore. This view only shows the files on your main branch.
To exclude files from your repository analysis open your repository **Files**, page. From there, you can select a file and exclude it by clicking on the Ignore file button.

![Ignoring a file](images/ignoring-a-file.png)

To view the current excluded files, select the **Ignored** tab on the same page.

![Ignored files](images/ignored-files.png)

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/repositories-configure/images/ignored-files.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/repositories/files.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ The Files page only displays files in your repository that were analyzed by Coda

- **The file might be ignored**

The Files page doesn't display [ignored files](../repositories-configure/ignoring-files.md) that aren't meant to be analyzed, including the [files that Codacy ignores by default](../repositories-configure/ignoring-files.md#default-ignored-files).
The Files page has an **Ignored files** tab that displays [ignored files](../repositories-configure/ignoring-files.md) that aren't meant to be analyzed. Note that there are [files that are always ignored by Codacy regardless](../repositories-configure/ignoring-files.md#default-ignored-files).

- **The file has an extension that is not on the list of supported extensions**

Expand Down
Loading