Git and IntelliJ IDEA: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 29: Line 29:
.idea/**/dictionaries
.idea/**/dictionaries
</syntaxhighlight>
</syntaxhighlight>
In IDEA 13 or earlier, don't share [[IntelliJ_Concepts#datasources.xml|datasources.xml]] because they contain user passwords.


=Suggested .gitignore=
=Suggested .gitignore=

Revision as of 17:54, 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

In IDEA 13 or earlier, don't share datasources.xml because they contain user passwords.

Suggested .gitignore

.idea/**/dictionaries