osmosis-labs / beaker

Beaker helps streamlining CosmWasm development workflow.
Apache License 2.0
106 stars 30 forks source link

`Beaker new` project should have values in `.gitignore` #34

Closed ValarDragon closed 2 years ago

ValarDragon commented 2 years ago

Currently a project generated from beaker new counter-dapp has a blank gitignore, this is one step we should automate out!

iboss-ptk commented 2 years ago

yes, will add target and artifacts, and other rust related stuffs then (https://github.com/github/gitignore/blob/main/Rust.gitignore). Let me know if there are more to add!

iboss-ptk commented 2 years ago

Add state.local.json to .gitignore

iboss-ptk commented 2 years ago

Added in this commit

https://github.com/osmosis-labs/beaker/commit/60188fc2ce487c78c281cef37623563cbb3c7bb7

Closing this issue, if there is more suggestion please open new issue!