dcodeIO / bcrypt.js

Optimized bcrypt in plain JavaScript with zero dependencies.
Other
3.47k stars 264 forks source link

fix: remove the .vscode settings #86

Open erdahuja opened 5 years ago

erdahuja commented 5 years ago

it is considered an extremely bad practice to commit files like .vscode settings to repository. They are IDE dependent and often each developer wants to use their own configuration for debugging,

Ruffio commented 5 years ago

This looks good to me. @dcodeIO any comments or can it be merged?

Ruffio commented 5 years ago

This should also get merged if rebased... @erdahuja can you rebase so there are no Travis errors?