-
-
Notifications
You must be signed in to change notification settings - Fork 33.3k
Closed
Labels
metaIssues and PRs related to the general management of the project.Issues and PRs related to the general management of the project.questionIssues that look for answers.Issues that look for answers.
Description
I was wondering, after seeing a new PR that adds .idea
to the .gitignore
, and actually taking a look at the file - seeing as how so many people with so many different IDEs and tools which generate dotfiles contribute to node, wouldn't it make more sense to whitelist the dotfiles that we want git to version, and blacklist all others? Or would this break something I'm not aware of?
I mean something like
.*
!.editorconfig
!.eslintignore
!.eslintrc
!.gitattributes
!.etc etc
princejwesley and imyller
Metadata
Metadata
Assignees
Labels
metaIssues and PRs related to the general management of the project.Issues and PRs related to the general management of the project.questionIssues that look for answers.Issues that look for answers.