Zilliqa / ZRC

Zilliqa Reference Contracts
MIT License
40 stars 57 forks source link

chore: gitignore #97

Closed ghost closed 2 years ago

ghost commented 2 years ago

This PR ignores node_modules and .DS_Store.

Previously, node_modules was ignored by example/zrcX/node_modules. Therefore whenever someone try to add a new ZRC example, .gitignore should be updated as well. This PR removes the unnecessary work.