Skip to content

Commit dd7c005

Browse files
authored
Add additional 3rd party paths to ignore
1 parent 5ca21b4 commit dd7c005

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

configs/synthetics.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ paths-ignore:
104104
- "vendor/**"
105105
- "examples/**"
106106
- "tests/**"
107+
- "site-packages/**"
107108

108109
# JavaScript
109110
- "node_modules"
@@ -114,3 +115,13 @@ paths-ignore:
114115
- "dist"
115116
- "CoverageResults"
116117
- "**/wwwroot/lib/**"
118+
- "**/deps/**"
119+
- "**/third_party/**"
120+
121+
# Java (build-mode: none)
122+
- "**/lib/**"
123+
124+
# Ruby
125+
- "**/gems/**"
126+
127+

0 commit comments

Comments
 (0)