aboutsummaryrefslogtreecommitdiffstats
path: root/Global/JetBrains.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #3607 from TigerC10/updating-jetbrains-sonarlint-pluginBrian Douglas2021-12-101-0/+3
|\
| * Updating JetBrains template, adding SonarLint PluginTigerC102020-12-291-0/+3
| |
* | Ignore AWS specific file with IDEAdsrini.open2020-03-041-0/+3
|/
* Include Rider as a supported IDE (#3323)bitbonk2020-02-281-1/+1
| | | 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.
* Added jarRepositories.xml as an optional ignore (#3254)davidkron2019-12-061-0/+1
| | | 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.
* exclude compiler.xml and artifacts when using Gradle (#3236)davidkron2019-11-171-0/+2
| | | 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.
* Add ignores for file-based projects (#2902)Sergey Chupov2019-05-121-0/+2
| | | 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.
* Ignore build cache file for Android Studio 3.1+Jonathan Stucklen2018-09-141-0/+3
| | | | | | | 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.
* updated jetbrains gitignore to ignore contentModelMuhannad Ajjan (INACTIVE)2018-07-041-0/+3
| | | | | 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
* Separate module directory from project iml excludeShawn Kovalchick2018-07-021-1/+2
|
* Remove duplicate libraries entryShawn Kovalchick2018-06-291-1/+0
|
* JetBrains: Optional excludes for auto-importShawn Kovalchick2018-06-291-0/+8
| | | | | 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.
* Merge branch 'master' into masterBrendan Forster2018-06-171-10/+13
|\
| * Ignore usage statistics fileShawn Kovalchick2018-06-111-0/+1
| | | | | | | | | | .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
| * Update JetBrains.gitignoreKenji Ohtsuka2018-05-101-0/+1
| | | | | | | | | | ignore dbnavigator.xml because it contains sensitive data, such as host, port, db, user name, and so on.
| * Add shelf to JetBrains.gitignoreTim Whitbeck2018-04-051-1/+2
| |
| * JetBrains: add .idea/httpRequestsHideki Ikemoto2018-03-301-0/+3
| | | | | | | | | | 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
| * Remove unnecessary commentArthur Kelsch2018-03-251-2/+0
| |
| * Use one hashtag instead of twoArthur Kelsch2018-03-251-1/+1
| |
| * Remove colons at the end of commentsArthur Kelsch2018-03-251-6/+6
| |
| * .idea/**/datasources.xml is now safe to storeDmitriy "DK" Korobskiy2018-02-071-1/+0
| | | | | | | | | | 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
| * Fixes WebStorm capitalization in commentNathan Floris Copier2018-02-051-1/+1
| | | | | | On line 1, WebStorm is capitalized the same way as the other IDE names.
| * Add "cmake-build-release/" to Jetbrains.gitignore (#2552)白季飞龙2017-12-181-0/+1
| |
* | Update JetBrains.gitignore.Lasse Meyer2017-07-291-1/+1
|/ | | | - Ignore all cmake build directories, not just debug.
* JetBrains: out/ ignored recursivelyOliver Kopp2017-07-261-1/+1
|
* Adding cmake-build-debugOmar Shaikh2017-03-191-0/+3
|
* Add Cursive's REPL history fileRobert Richter2017-03-121-0/+3
| | | | | | | | | | | | | | | **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.
* Ignore dictionaries to reflect docsAleixo Sánchez2017-02-171-0/+1
|
* Update JetBrains.gitignoreJarl Gullberg2017-01-151-12/+12
| | | 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.
* Updated Jetbrains.gitignoreRuslan Gunawardana2016-10-291-0/+1
| | | Added datasource folder
* Include shared settings, according to official docsPeter Morlion2016-09-071-3/+0
| | | | | | Official docs, found here: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 (as of 13 Aug 2016)
* Update Jetbrains .gitignore dataSources.local.xmlRaman Gupta2016-02-251-0/+1
|
* Added Library Mappings and VCS RootRoberto Novelo2016-02-101-0/+2
| | | These files differ on Windows and OS X.
* Update reference article linkRay Fang2016-01-271-1/+1
|
* Merge upstream changesRay Fang2016-01-271-1/+2
|\
| * Update JetBrains.gitignoreThomas Steinholz2015-10-291-1/+1
| | | | | | | | | | | | | | | | | | Added a forgotten IDE to the .gitignore documentation. Why? For completeness and correctness What? [Webstorm](https://www.jetbrains.com/webstorm).
| * Merge pull request #1660 from quadroid/patch-1Brendan Forster2015-10-061-0/+1
| |\ | | | | | | JetBrains IDEs: add shelf (VCS -> Shelve changes... menu)
| | * add shelf (VCS -> Shelve changes...)Alexander Shvets2015-09-151-0/+1
| | |
| * | add fabric.propertiesVictor Häggqvist2015-09-301-0/+1
| |/ | | | | Since that is what it should be called now a days according to https://dev.twitter.com/fabric/android/integrating
| * add Android Studio to the covers listVictor Häggqvist2015-06-271-1/+1
| | | | | | which make it easier to find in search
| * New IDE released: CLIONGinger Geek2015-04-161-1/+1
| | | | | | JetBrains recently released a new C/C++ IDE: CLion
* | Update JetBrains.gitignore according to the knowledge base articleRay Fang2015-04-141-18/+12
|/
* Updated Jetbrains.gitignoreergl2015-03-051-1/+1
|
* Merge pull request #1232 from thunsaker/patch-1Carl Suster2014-10-201-0/+2
|\ | | | | Added New Files created by Crashlytics Plugin
| * Another tweakThomas Hunsaker2014-10-191-2/+2
| |
| * Minor tweaksThomas Hunsaker2014-10-191-4/+2
| |
| * Added New Files created by Crashlytics PluginThomas Hunsaker2014-09-291-0/+4
| | | | | | 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.
* | Ignore iml file anywhereThomas Queste2014-10-161-1/+1
|/ | | | 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.
* Typo in Jetbrains gitignoreRicardo Fuhrmann2014-09-171-1/+1
|
* Tidy up the JetBrains commentsCarl Suster2014-09-011-13/+20
| | | | Amends #1165