furqansiddiqui / ethereum-rpc

Ethereum (geth) RPC client
MIT License
24 stars 32 forks source link

Removed .idea folder from repository and added on .gitignore #6

Closed amandiobm closed 6 years ago

amandiobm commented 6 years ago

Its a minor fix relate to .gitignore and IDE files. And I also create a global .gitignore file.

Take a look at Git Ignore Globals.

Best Regards.

furqansiddiqui commented 6 years ago

.idea directory literally helps me and other devs using jetBrains IDE. IMHO this .gitignore is in accordance with https://www.gitignore.io/api/phpstorm, it is totally harmless even if it ships with package, if any dev is using other than jetBrains the .idea dir should automatically get ignored

amandiobm commented 6 years ago

Agreed!!