Skip to content

Conversation

defaude
Copy link
Contributor

@defaude defaude commented Oct 22, 2021

Fixes #4837

(that ticket's been closed in the meantime, so I'll just copy-paste the description here)

Simple quality-of-life fix: Ignore intelliJ's workspace folder. intelliJ is my daily driver for working with code. Everytime I clone a repo and open up its contents in intelliJ, the IDE will automatically create the .idea folder for storing project-specific settings etc.

I'd rather not put .idea in my global git ignore since some projects prefer to deliberately add the workspace folders for sharing settings, live templates and stuff like that.

@defaude defaude changed the title Ignore .idea folder chore: Ignore .idea folder Oct 27, 2021
@yyx990803 yyx990803 merged commit b5c0142 into vuejs:master Nov 2, 2021
@defaude defaude deleted the chore/4837-ignore-jetbrains-workspace-folders branch November 2, 2021 18:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

chore: Ignore workspace folders of JetBrains IDEs (intelliJ, WebStorm etc.)

2 participants