Commit Graph

39 Commits

Author SHA1 Message Date
Dmitriy "DK" Korobskiy 2170a0447b
.idea/**/datasources.xml is now safe to store
Since IDEA 14 (2014), IDEA and other contemporaneous JebBrains IDEs don't store sensitive info in `datasources.xml` and it makes sense to version control to share project data sources among the team. `dataSources.local.xml` is user-specific: contain usernames and could be sensitive from a security perspective, albeit passwords could be externalized to e.g. Mac Keychain.

References: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839, https://youtrack.jetbrains.com/issue/IDEA-127105
2018-02-07 11:05:42 -05:00
Nathan Floris Copier ca82236eb8
Fixes WebStorm capitalization in comment
On line 1, WebStorm is capitalized the same way as the other IDE names.
2018-02-05 19:23:52 -07:00
白季飞龙 9d51cf8de7 Add "cmake-build-release/" to Jetbrains.gitignore (#2552) 2017-12-18 15:38:31 +10:30
Oliver Kopp 435c4d92ea JetBrains: out/ ignored recursively 2017-07-26 09:57:33 +02:00
Omar Shaikh 4148e0c152 Adding cmake-build-debug 2017-03-19 23:20:15 -07:00
Robert Richter 8e85b39340
Add Cursive's REPL history file
**Reasons for making this change:**

The file `replstate.xml` contains the history of the Clojure REPL
that Cursive adds to IntelliJ. Obviously that's user-specific,
and not relevant to other users.

**Links to documentation supporting these rule changes:**

This file is not well-documented, but in cursive-ide/cursive#1325,
the Cursive developers state that this is the REPL history file,
and that deleting it is acceptable troubleshooting if it's
causing trouble.
2017-03-12 11:37:13 -05:00
Aleixo Sánchez 82eeac28ed Ignore dictionaries to reflect docs 2017-02-17 11:25:02 +01:00
Jarl Gullberg d8b46e7d2d Update JetBrains.gitignore
In newer versions of the IntelliJ platform (such as the one used for Rider), the .idea files are now placed in a subdirectory of the same, named after the current project (such as ".idea/.idea.Everlook/.idea/workspace.xml"). Adding a double-star pattern to these folder rules will also ignore these new files and maintain backwards compatibility with previous revisions of this file.
2017-01-15 00:06:56 +01:00
Ruslan Gunawardana 222976838c Updated Jetbrains.gitignore
Added datasource folder
2016-10-29 08:16:09 +03:00
Peter Morlion aad5932d4b Include shared settings, according to official docs
Official docs, found here:
https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 (as
of 13 Aug 2016)
2016-09-07 12:09:45 +02:00
Raman Gupta 2141c823b4 Update Jetbrains .gitignore dataSources.local.xml 2016-02-25 11:57:01 -05:00
Roberto Novelo cd222dfc62 Added Library Mappings and VCS Root
These files differ on Windows and OS X.
2016-02-10 12:45:16 -06:00
Ray Fang edb522ba0b Update reference article link 2016-01-27 14:41:47 +08:00
Ray Fang 42110464c9 Merge upstream changes 2016-01-27 14:36:41 +08:00
Thomas Steinholz 38d6cac990 Update JetBrains.gitignore
Added a forgotten IDE to the .gitignore documentation.

Why?
For completeness and correctness

What?
[Webstorm](https://www.jetbrains.com/webstorm).
2015-10-29 17:24:45 -04:00
Brendan Forster 1ea61a830d Merge pull request #1660 from quadroid/patch-1
JetBrains IDEs: add shelf (VCS -> Shelve changes... menu)
2015-10-06 10:19:25 +02:00
Victor Häggqvist 432e40ac51 add fabric.properties
Since that is what it should be called now a days according to https://dev.twitter.com/fabric/android/integrating
2015-09-30 02:39:11 +02:00
Alexander Shvets 4c8e8d3ad1 add shelf (VCS -> Shelve changes...) 2015-09-15 10:05:16 +03:00
Victor Häggqvist 558460c0a8 add Android Studio to the covers list
which make it easier to find in search
2015-06-27 21:10:46 +02:00
Ginger Geek 884d8411c1 New IDE released: CLION
JetBrains recently released a new C/C++ IDE: CLion
2015-04-16 10:16:48 +01:00
Ray Fang b75ce44424 Update JetBrains.gitignore according to the knowledge base article 2015-04-14 21:49:03 +08:00
ergl fa9a28a68f Updated Jetbrains.gitignore 2015-03-05 10:56:18 +01:00
Carl Suster 408c616ae0 Merge pull request #1232 from thunsaker/patch-1
Added New Files created by Crashlytics Plugin
2014-10-20 17:47:22 +11:00
Thomas Hunsaker 44d16a3050 Another tweak 2014-10-19 22:43:15 -07:00
Thomas Hunsaker d9d60deaf0 Minor tweaks 2014-10-19 22:41:27 -07:00
Thomas Queste a7e4e3af05 Ignore iml file anywhere
Intellij's iml file can be anywhere on the path.
This is true for multi-module maven project where each module has its own $projectName.iml file in its own directory.
2014-10-16 15:53:23 +02:00
Thomas Hunsaker 0b51b6e485 Added New Files created by Crashlytics Plugin
These are relatively new, the crashlytics.properties file contains the secret and can [alternatively](https://plus.google.com/+AntonioBertucci/posts/S9krjvXfgfm) contain the apikey to rid your repo of the extra strings file.
2014-09-29 23:47:10 -07:00
Ricardo Fuhrmann 6563b1ae81 Typo in Jetbrains gitignore 2014-09-17 09:13:03 -04:00
Carl Suster 57f117945e Tidy up the JetBrains comments
Amends #1165
2014-09-01 14:56:15 +10:00
Gaël Demette fd5fabb39e Typo fix + Plugin configuration + UI specific file 2014-08-13 22:55:43 +02:00
Sam Duke 7ce5fbcea5 change iml
guess that root iml needs to be ignored and others need to be shared
2014-07-15 12:06:15 +01:00
Sam Duke d4e192ffee Updated following feedback
removed the iml filter - this is my current best understanding of the docs, but I'm still unsure
2014-07-15 11:57:37 +01:00
Sam Duke 9802c2cfd8 Update JetBrains.gitignore
To clarify when to ignore/include *.imls as per https://intellij-support.jetbrains.com/entries/23393067

also added optionals from the same
2014-07-14 12:21:40 +01:00
Daniel Rothmaler 2399ff1c79 Re-order rules for JetBrains legacy project format
Fixes #1090 - this is the part of that PR that seems justified.
2014-05-29 11:13:28 +10:00
ssinss b3b6865ad3 Update JetBrains.gitignore 2014-03-07 00:10:38 +09:00
jturmel 9a0f32a452 Remove AndroidStudio, modify Global/JetBrains
* Remove AndroidStudio.gitignore in favor of adding the
  change needed to the Global/JetBrains.gitignore file
2014-02-12 10:40:56 -06:00
Christoph Emmersberger 38cbefd1c4 Update JetBrains.gitignore
Add plugin file description for JIRA config file containing username and password
2014-02-06 19:00:54 +01:00
Ivan Yatskevich 94a2b3b668 add .idea_modules/ to Global/JetBrains.gitignore 2013-11-12 14:38:34 +03:00
Carl Suster 9ae01d0b64 Rename template IDEA->JetBrains 2013-11-09 08:14:41 +11:00