2.1 KiB
2.1 KiB
title, shortTitle, intro, versions, topics, category, contentType
| title | shortTitle | intro | versions | topics | category | contentType | ||||
|---|---|---|---|---|---|---|---|---|---|---|
| Files excluded from {% data variables.copilot.copilot_code-review %} | Review excluded files | Understand the types of files that are excluded from a review by {% data variables.product.prodname_copilot_short %}. |
|
|
|
reference |
Certain types of files are excluded from {% data variables.copilot.copilot_code-review_short %}. These include dependency management files, log files, SVG files, and files in locations typically reserved for vendor files or automatically generated files.
If you include any of these files in a pull request, {% data variables.copilot.copilot_code-review_short %} will not consider the file when carrying out the review. Similarly, using {% data variables.copilot.copilot_code-review_short %} on one of these files in your IDE, will not generate review comments.
This is an example of some of the files that are excluded from {% data variables.copilot.copilot_code-review_short %}:
.gitignorepackage-lock.jsonyarn.lockjest.config.jsnext.config.jstailwind.config.jstsconfig.jsonrequirements.txtPipfile.lockGemfile.lockcomposer.lockCargo.lockgo.sumpaket.lockpubspec.lockstack.yamlelm.jsonProject.tomlManifest.tomlrenv.lockbuild.sbtPackage.resolveddeps.ednbuild.gradlemix.lockbuild.gradle.ktscpanfilePodfile.lockconanfile.txtinfo.rktrockspecopamrebar.confignimbleshard.ymldub.jsondub.sdlGPRMason.tomlfpm.tomlpack.plbaseline.stPacletInfo.minfo.ssJpkgbox.jsonGNAVI.xml
Files matching these patterns are also excluded:
**/*.svg**/*.log**/*.lock**/go.sum**/*.ipynb.raw.html**/dist/**/***/node_modules/**/***/*.min.js**/*.d.ts**/coverage/**/***/*.bundle.js**/*.map**/out/**/***/vendor/**/***/bin/**/***/generated/**/***/generated-sources/**/*