1.1.0
Option to disable the .idea directory
Unlike the .vscode directory, most of the config files generated by JetBrains IDEs are unfortunately not suitable to commit, as they often contain device-specific file paths that don't work if shared with other members of your team.
Rebased is intended to be used with a wider variety of projects, which means you're more likely to use it with repos that weren't intended to be opened in a JetBrains IDE. This means .idea config files aren't committed nor are they excluded in .gitignore. This results in Rebased generating unwanted config files most of the time.
To address this problem, Rebased allows you to disable the creation of the .idea directory in the project root:
- Go to Settings > Appearance and Behavior > System Settings
- Uncheck "Store project settings in the project root directory"
Note
This does not disable project-level config. Instead, Rebased will store each project's config inside a single centralized .idea directory in the same place as the IDE's global settings.