Git and IntelliJ IDEA: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 16: Line 16:


=What Not to Share=
=What Not to Share=
[[IntelliJ_Concepts#workspace.xml|User-specific settings]]:
<syntaxhighlight lang='text'>
.idea/**/workspace.xml
</syntaxhighlight>


[[IntelliJ_Concepts#User_Dictionaries|User dictionaries]] should not be shared, because they may conflict with other users'.
[[IntelliJ_Concepts#User_Dictionaries|User dictionaries]] should not be shared, because they may conflict with other users'.

Revision as of 17:51, 10 May 2018

External

Internal

Overview

What to Share

What Shouldn't Share

What Not to Share

User-specific settings:

.idea/**/workspace.xml

User dictionaries should not be shared, because they may conflict with other users'.

.idea/**/dictionaries

Suggested .gitignore

.idea/**/dictionaries