Skip to content

Commit

Permalink
Update Rakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
andriitserkovnyi committed Jan 6, 2025
1 parent 590c444 commit 2c1f1ab
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ commonOptions = {
/twitter.com\/[\.\w\-\/\?]+/,
/www.optimise-it.de\/[\.\w\-\/\?]+/,
/blackfire.io\/[\.\w\-\/\?]+/,
/www.cdata.com/virtuality\/[\.\w\-\/\?]+/,
/dixa.com\/[\.\w\-\/\?]+/,
/rxjs.dev\/[\.\w\-\/\?]+/,
/www.blackfire.io\/[\.\w\-\/\?]+/,
Expand All @@ -96,10 +97,12 @@ commonOptions = {
/code.visualstudio.com\/[\.\w\-\/\?]+/,
/www.jetbrains.com\/[\.\w\-\/\?]+/,
/docs.spring.io\/[\.\w\-\/\?]+/,
"http://redisdesktop.com/",
"https://developer.computop.com/display/EN/Test+Cards",
"https://www.centralbank.cy/",
"https://www.facebook.com/Spryker/"
/redisdesktop.com\/[\.\w\-\/\?]+/,
/developer.computop.com/display/EN/Test+Cards\/[\.\w\-\/\?]+/,
/www.centralbank.cy\/[\.\w\-\/\?]+/,
/dashboard.algolia.com/\/[\.\w\-\/\?]+/,
/www.facebook.com/Spryker\/[\.\w\-\/\?]+/
],
:ignore_files => [],
:typhoeus => {
Expand Down

0 comments on commit 2c1f1ab

Please sign in to comment.