We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ca21b4 commit dd7c005Copy full SHA for dd7c005
configs/synthetics.yml
@@ -104,6 +104,7 @@ paths-ignore:
104
- "vendor/**"
105
- "examples/**"
106
- "tests/**"
107
+ - "site-packages/**"
108
109
# JavaScript
110
- "node_modules"
@@ -114,3 +115,13 @@ paths-ignore:
114
115
- "dist"
116
- "CoverageResults"
117
- "**/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