cosmos / ethermint-archive

Ethereum on Tendermint using Cosmos-SDK!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Include hard-spoon generated database files in gitignore

AdityaSripal opened this issue · comments

Proposal: Add code.db/, state.db/, and structlogs.txt to gitignore

Current behavior: Currently can accidentally add and commit these files

Desired behavior: git add . on ethermint/ will not add the above files and directories

Use case: Convenience

Requests may be closed if we're not actively planning to work on them.

@AdityaSripal I suggested to @jackzampolin that he add these to his local global gitignore. I dont think we should pollute the repo's gitignore with these as they most likely will not exist for long.