bitfield/script

gitignore entry for Intellij IDEA

VahidR opened this issue · 4 comments

Hi all,

I just cloned your fantastic repo, and as IntelliJ is my primary IDE, it created the .idea/ folder in the root of the repo.
Would you please add .idea to the list of gitignore entries? Probably it's not worth a pull request :)

Cheers,
Vahid

Thanks for the suggestion, @VahidR! Was there something specific you planned to work on using your clone of the repo? If you have a PR in mind for something else, perhaps your .gitignore update could form part of that.

Hello John,

I was just browsing this library and it really got my attention. Amazing idea indeed.
Nothing specific in my mind right now TBH, just lack of .idea in the gitignore got my attention...

No problem. I think setting up a global .gitignore file is probably the way to go on this one, rather than adding files to every single project you ever open—but that's up to you, of course.

That's right :)