Read more

RubyMine: Exclude data and log directories from a project

Arne Hartherz
February 27, 2012Software engineer at makandra GmbH

RubyMine offers you to exclude directories from search, meaning faster search results and less "noise" in the list of result.

Illustration online protection

Rails Long Term Support

Rails LTS provides security patches for old versions of Ruby on Rails (2.3, 3.2, 4.2 and 5.2)

  • Prevents you from data breaches and liability risks
  • Upgrade at your own pace
  • Works with modern Rubies
Read more Show archive.org snapshot

Right-click a folder in your project tree and click "Mark Directory As" → "Excluded".

Do it for your your log, data, and other directories that you don't need to access during development and whose search results are irrelevant.
They won't be deleted but simply ignored when searching across a project's files.


Also see How to exclude single files

Posted by Arne Hartherz to makandra dev (2012-02-27 14:00)