Skip to content

Commit

Permalink
feat: Update list of default ignored files
Browse files Browse the repository at this point in the history
  • Loading branch information
Cláudia Carpinteiro committed Mar 28, 2024
1 parent d1a390d commit dc08745
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions docs/repositories-configure/ignoring-files.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ By default, Codacy ignores all the files that match the regular expressions belo
.*[\.-]min\.css
.*[\.-]min\.js
.*node_modules/.*
.*bower_components
.*bower_components/.*
.*vendor/.*
.*third[_-]?[Pp]arty
.*third[_-]?[Pp]arty/.*
.*docs?/.*
.*samples
.*samples?/.*
.*releases?/.*
.*builds
.*builds?/.*
.*dist/.*
.*external
.*external/.*
.*libs/.*
.*d3\.js
.*angular(-resource|)?\.js
Expand All @@ -59,4 +59,5 @@ By default, Codacy ignores all the files that match the regular expressions belo
.*bootstrap\.js
.*bootstrap\.css
.*font-awesome\.css
.*\.[Dd]esigner\.cs
```

0 comments on commit dc08745

Please sign in to comment.