Commit Graph

57 Commits

Author SHA1 Message Date
bitbonk 599646e9d0
Include Rider as a supported IDE (#3323)
AS far as I can tell this .gitignore also applies to Rider. Looking at the somewhat official .gitignore for Rider [here](https://github.com/JetBrains/resharper-rider-samples/blob/master/.gitignore), it seems compatible.
2020-02-28 08:30:29 -04:00
davidkron 21e9f06539 Added jarRepositories.xml as an optional ignore (#3254)
Since IntelliJ 2019.3 this file appeared in our git changes. It seems these are just cached information about remote repositories that are defined in Maven/Gradle.
2019-12-06 06:08:39 -04:00
davidkron c3e97a0e96 exclude compiler.xml and artifacts when using Gradle (#3236)
In our IntelliJ projects where we are using Gradle, the file .idea/compiler.xml and files inside the .idea/artifacts folder are automatically generated by IntelliJ based on the Gradle build model. As these files are generated, they should be ignored in version control.
2019-11-17 14:12:38 -04:00
Sergey Chupov b5aa92c05f Add ignores for file-based projects (#2902)
When IntelliJ project is created as a file-based (i.e. without `.idea` folder, but with `.iws`, `.iml` and `.ipr` files), and this is a Gradle or Maven project with auto-import, should ignore them as well for the same reason we ignore `.idea` folder content in that case.
2019-05-12 10:23:05 -03:00
Jonathan Stucklen 8e9a976642
Ignore build cache file for Android Studio 3.1+
See this SO post: https://stackoverflow.com/questions/49557737/should-i-add-idea-caches-build-file-checksums-ser-to-gitignore

and this Google issue tracker ticket: https://issuetracker.google.com/issues/77544553

for justification.
2018-09-14 15:46:02 -04:00
Muhannad Ajjan (INACTIVE) e9abf595a3
updated jetbrains gitignore to ignore contentModel
contentModel.xml is automatically generated and can be safely ignored.

Source: https://rider-support.jetbrains.com/hc/en-us/community/posts/115000661950-A-lot-of-files-in-contentModel-xml?page=1#community_comment_115000538984
2018-07-04 15:11:37 +02:00
Shawn Kovalchick bb1c447d54
Separate module directory from project iml exclude 2018-07-02 13:50:02 -04:00
Shawn Kovalchick 84557f4423
Remove duplicate libraries entry 2018-06-29 14:54:03 -04:00
Shawn Kovalchick 468a00afc9
JetBrains: Optional excludes for auto-import
Add extra commented section to use when using Gradle or Maven auto-import.
These are mentioned in the original reference for optional excludes (https://intellij-support.jetbrains.com/hc/en-us/articles/206544839).
If this would be better as a separate, non-commented ignore file, let me know and I will resubmit.
2018-06-29 08:50:57 -04:00
Brendan Forster 4a70ab04f5
Merge branch 'master' into master 2018-06-17 15:58:02 -03:00
Shawn Kovalchick 0ec6fda4f5
Ignore usage statistics file
.idea/misc.xml used to contain usage statistics.  This was broken out to usage.statistics.xml in the latest EAP (2018.2 EAP).  It should be excluded from git.

See https://youtrack.jetbrains.com/issue/IDEA-192913
2018-06-11 17:33:00 -04:00
Kenji Ohtsuka 7054f5d9b4
Update JetBrains.gitignore
ignore dbnavigator.xml

because it contains sensitive data, such as host, port, db, user name, and so on.
2018-05-10 23:10:36 +09:00
Tim Whitbeck f76d82c820 Add shelf to JetBrains.gitignore 2018-04-05 08:44:07 -04:00
Hideki Ikemoto c64252ad68 JetBrains: add .idea/httpRequests
This directory used by HTTP Client in IntelliJ IDEA (and other product).
https://www.jetbrains.com/help/idea/http-client-in-product-code-editor.html#viewingResponse
2018-03-30 22:18:55 +09:00
Arthur Kelsch ec80f6d1a6
Remove unnecessary comment 2018-03-25 23:00:01 +02:00
Arthur Kelsch 6648c55504
Use one hashtag instead of two 2018-03-25 22:59:15 +02:00
Arthur Kelsch 5713541b52
Remove colons at the end of comments 2018-03-25 22:55:39 +02:00
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
Lasse Meyer 33718ca1c0 Update JetBrains.gitignore.
- Ignore all cmake build directories, not just debug.
2017-07-29 00:11:12 +02:00
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