ericelliott / credential

Easy password hashing and verification in Node. Protects against brute force, rainbow tables, and timing attacks.
MIT License
347 stars 28 forks source link

chore(gitignore): add few missing paths #38

Closed mastilver closed 9 years ago

mastilver commented 9 years ago

So shouldn't they be included then?

ericelliott commented 9 years ago

They need to be part of the git repo, so they should not be in .gitignore.

ericelliott commented 9 years ago

Oh, I see. This project uses eslint. =)