hyperledger-web3j / web3j-cli

Command-line interface for web3j
https://github.com/web3j/web3j-cli
Other
58 stars 30 forks source link

Adds gitignore for password resource files #38

Closed josh-richardson closed 4 years ago

josh-richardson commented 4 years ago

If a user currently initializes a Git repo with a default Java gitignore, the password to their wallet is likely to get committed with their project, unless they specifically add it to the gitigore. Whilst these wallets are highly unlikely to be used for anything sensitive, it's not a good practice to commit them.