add some ignores

This commit is contained in:
Sam 2015-05-04 16:11:27 +10:00
parent c3e3afcb2c
commit 0369f26a39

View file

@ -31,7 +31,9 @@ if defined?(Rack::MiniProfiler)
/^\/cdn_asset/, /^\/cdn_asset/,
/^\/logs/, /^\/logs/,
/^\/site_customizations/, /^\/site_customizations/,
/^\/uploads/ /^\/uploads/,
/^\/javascripts\//,
/^\/images\//
] ]
# For our app, let's just show mini profiler always, polling is chatty so nuke that # For our app, let's just show mini profiler always, polling is chatty so nuke that