Update JetBrains configuration files
See original GitHub issueNOTE
- This issue has undergone changes to the proposal during the discussion process.
- I note that the
title and summary have been updated
to reflect what I expect them to say so as not to give incorrect information when referred to later. - If you want to see the original process, check the record.
Summary
- When I clone this workshop repository and open it with Rider, the personal configuration file of Rider is detected as a change.
- In my environment, the following appears in the diff (@Rider 2021.1.2).
.idea/.idea.resharper-rider-samples/.idea/.gitignore
.idea/.idea.resharper-rider-samples/.idea/.name
.idea/.idea.resharper-rider-samples/.idea/encodings.xml
.idea/.idea.resharper-rider-samples/.idea/indexLayout.xml
.idea/.idea.resharper-rider-samples/.idea/vcs.xml
Proposed improvement
- Add all project configuration recorded by the latest Rider (2021.1.2) to the repository.
(Initially, I thought that it was a personal setting that should not be included in the repository and I thought to add it to “.gitignore”, but I was wrong; the update of Rider increased the number of configuration files, but it was not reflected in the repository.)
The following describes the idea of sharing the configurations: https://www.jetbrains.com/help/idea/creating-and-managing-projects.html#share-project-through-vcs
Related issues
https://github.com/JetBrains/resharper-rider-samples/issues/20 Proposal for creating a Japanese localized version
Issue Analytics
- State:
- Created 2 years ago
- Comments:12 (12 by maintainers)
Top Results From Across the Web
Directories used by the IDE | IntelliJ IDEA Documentation
By default, IntelliJ IDEA stores user-specific files for each IDE instance (configuration, caches, plugins, logs, and so on) in the user's ...
Read more >Directories used by the IDE to store settings, caches ...
path): %APPDATA%\JetBrains\IntelliJIdea2022.2\plugins; System (idea.system.path): %LOCALAPPDATA%\JetBrains\IntelliJIdea2022.2; Logs (idea ...
Read more >Configuring the IDE | IntelliJ IDEA Documentation
From the main menu, select File | Manage IDE Settings | Restore Default Settings. Alternatively, press Shift twice and type Restore default ...
Read more >Project settings | IntelliJ IDEA Documentation
To configure project settings, select IntelliJ IDEA | Settings on macOS or File | Settings on Windows and Linux from the main menu....
Read more >Changing IDE default directories used for config, plugins ...
To change the default location of a particular tool, hover an IDE item in the Toolbox Tools tab, press a gear icon, click...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@sun-flat-yamada The reference page is mostly correct, I believe for Rider the recommended way is to now place this in
.idea/.idea.xxxxxxx/.idea/.gitignore
. For the localized version, you can add the below entires intolocalized/jp/.idea/.idea.resharper-rider-samples/.idea/.gitignore
. Some files can be added to VCS, and others will be ignored by this file.@sun-flat-yamada Absolutely, please go ahead and add these entries to
.gitignore