- 05 3月, 2020 1 次提交
-
-
由 dsrini.open 提交于
-
- 28 2月, 2020 1 次提交
-
-
由 bitbonk 提交于
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.
-
- 06 12月, 2019 1 次提交
-
-
由 davidkron 提交于
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.
-
- 18 11月, 2019 1 次提交
-
-
由 davidkron 提交于
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.
-
- 12 5月, 2019 1 次提交
-
-
由 Sergey Chupov 提交于
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.
-
- 15 9月, 2018 1 次提交
-
-
由 Jonathan Stucklen 提交于
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.
-
- 04 7月, 2018 1 次提交
-
-
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
-
- 03 7月, 2018 1 次提交
-
-
由 Shawn Kovalchick 提交于
-
- 30 6月, 2018 1 次提交
-
-
由 Shawn Kovalchick 提交于
-
- 29 6月, 2018 1 次提交
-
-
由 Shawn Kovalchick 提交于
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.
-
- 12 6月, 2018 1 次提交
-
-
由 Shawn Kovalchick 提交于
.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
-
- 10 5月, 2018 1 次提交
-
-
由 Kenji Ohtsuka 提交于
ignore dbnavigator.xml because it contains sensitive data, such as host, port, db, user name, and so on.
-
- 05 4月, 2018 1 次提交
-
-
由 Tim Whitbeck 提交于
-
- 30 3月, 2018 1 次提交
-
-
由 Hideki Ikemoto 提交于
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
-
- 26 3月, 2018 3 次提交
-
-
由 Arthur Kelsch 提交于
-
由 Arthur Kelsch 提交于
-
由 Arthur Kelsch 提交于
-
- 08 2月, 2018 1 次提交
-
-
由 Dmitriy "DK" Korobskiy 提交于
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
-
- 06 2月, 2018 1 次提交
-
-
由 Nathan Floris Copier 提交于
On line 1, WebStorm is capitalized the same way as the other IDE names.
-
- 18 12月, 2017 1 次提交
-
-
由 baijifeilong 提交于
-
- 29 7月, 2017 1 次提交
-
-
由 Lasse Meyer 提交于
- Ignore all cmake build directories, not just debug.
-
- 26 7月, 2017 1 次提交
-
-
由 Oliver Kopp 提交于
-
- 20 3月, 2017 1 次提交
-
-
由 Omar Shaikh 提交于
-
- 13 3月, 2017 1 次提交
-
-
由 Robert Richter 提交于
**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.
-
- 17 2月, 2017 1 次提交
-
-
由 Aleixo Sánchez 提交于
-
- 15 1月, 2017 1 次提交
-
-
由 Jarl Gullberg 提交于
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.
-
- 29 10月, 2016 1 次提交
-
-
由 Ruslan Gunawardana 提交于
Added datasource folder
-
- 07 9月, 2016 1 次提交
-
-
由 Peter Morlion 提交于
Official docs, found here: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 (as of 13 Aug 2016)
-
- 26 2月, 2016 1 次提交
-
-
由 Raman Gupta 提交于
-
- 11 2月, 2016 1 次提交
-
-
由 Roberto Novelo 提交于
These files differ on Windows and OS X.
-
- 27 1月, 2016 1 次提交
-
-
由 Ray Fang 提交于
-
- 30 10月, 2015 1 次提交
-
-
由 Thomas Steinholz 提交于
Added a forgotten IDE to the .gitignore documentation. Why? For completeness and correctness What? [Webstorm](https://www.jetbrains.com/webstorm).
-
- 30 9月, 2015 1 次提交
-
-
由 Victor Häggqvist 提交于
Since that is what it should be called now a days according to https://dev.twitter.com/fabric/android/integrating
-
- 15 9月, 2015 1 次提交
-
-
由 Alexander Shvets 提交于
-
- 28 6月, 2015 1 次提交
-
-
由 Victor Häggqvist 提交于
which make it easier to find in search
-
- 16 4月, 2015 1 次提交
-
-
由 Ginger Geek 提交于
JetBrains recently released a new C/C++ IDE: CLion
-
- 14 4月, 2015 1 次提交
-
-
由 Ray Fang 提交于
-
- 05 3月, 2015 1 次提交
-
-
由 ergl 提交于
-
- 20 10月, 2014 2 次提交
-
-
由 Thomas Hunsaker 提交于
-
由 Thomas Hunsaker 提交于
-