IntelliJ Concepts: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 12: Line 12:


{{External|https://www.jetbrains.com/help/idea/creating-and-managing-modules.html#grouping-modules}}
{{External|https://www.jetbrains.com/help/idea/creating-and-managing-modules.html#grouping-modules}}
=.idea Directory=
The .idea directory is used by IntelliJ to store project-related configuration metadata, and it is collocated with the project. It lives by default under the project's root.
These are some recommendations on what to share and what not to share in a SVC system. The article applies to Git, but the rules are generally valid:
{{Internal|Git and IntelliJ IDEA#Overview|Git and IntelliJ IDEA}}

Revision as of 17:39, 10 May 2018

External

Internal

Module

Grouping Modules

https://www.jetbrains.com/help/idea/creating-and-managing-modules.html#grouping-modules

.idea Directory

The .idea directory is used by IntelliJ to store project-related configuration metadata, and it is collocated with the project. It lives by default under the project's root.

These are some recommendations on what to share and what not to share in a SVC system. The article applies to Git, but the rules are generally valid:

Git and IntelliJ IDEA