Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Add RustRover .idea directory to .gitignore file #434

Open
hdwalters opened this issue Aug 31, 2024 · 2 comments
Open

[Feature] Add RustRover .idea directory to .gitignore file #434

hdwalters opened this issue Aug 31, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@hdwalters
Copy link
Contributor

I use RustRover for Rust development. This creates a hidden directory .idea, which shows up as an untracked file in the git status output:

$ git status
On branch master
Your branch is up-to-date with 'origin/master'.

Untracked files:
  (use "git add <file>..." to include in what will be committed)
	.idea/

nothing added to commit but untracked files present (use "git add" to track)

I am concerned that this directory might get committed by accident, so it may be sensible to add it to the .gitignore file. When I did this in #430, b1ek suggested that:

this is a topic for another discussion, please remove it from this PR
it might contain important data that is better to be shared between developers (like .cargo)

I have backed out that commit, but does anyone have strong views on this?

@b1ek
Copy link
Member

b1ek commented Aug 31, 2024

i think that the deciding factor in this would be if there's a lot of RustRover users who are also active contributors.

i just don't see a lot of sense in creating a config for a thing if no one will benefit from it

(and of course if we don't need that it should be gitignored)

@b1ek
Copy link
Member

b1ek commented Aug 31, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants