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.
2 parents 5ca21b4 + 1a5a248 commit 7e5b552Copy full SHA for 7e5b552
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,12 @@ paths-ignore:
114
115
- "dist"
116
- "CoverageResults"
117
- "**/wwwroot/lib/**"
118
+ - "**/deps/**"
119
+ - "**/third_party/**"
120
+
121
+ # Ruby
122
+ - "**/gems/**"
123
+ - "**/spec/**/*_spec.rb"
124
+ - "**/test/**/*_test.rb"
125
126
0 commit comments