Closed
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