Shopify / bootsnap

Boot large Ruby/Rails apps faster
MIT License
2.68k stars 183 forks source link

Fix ignore_directories not taking effect #456

Closed Bo98 closed 1 year ago

Bo98 commented 1 year ago

Cache.new calls reinitialize which starts the PathScanner walk so ignored_directories should be set before doing that.