Git and IntelliJ IDEA: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 17: Line 17:
=What Not to Share=
=What Not to Share=


[[IntelliJ_Concepts#workspace.xml|User-specific settings]]:
[[IntelliJ_Concepts#User-Specific_Settings|User-specific settings]]:


<syntaxhighlight lang='text'>
<syntaxhighlight lang='text'>
.idea/**/workspace.xml
.idea/**/workspace.xml
.idea/**/tasks.xml
</syntaxhighlight>
</syntaxhighlight>



Revision as of 17:52, 10 May 2018

External

Internal

Overview

What to Share

What Shouldn't Share

What Not to Share

User-specific settings:

.idea/**/workspace.xml
.idea/**/tasks.xml

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

.idea/**/dictionaries

Suggested .gitignore

.idea/**/dictionaries