1
0
mirror of https://github.com/oceanprotocol/barge.git synced 2024-10-31 23:55:18 +01:00
barge/.gitignore
Tom Marble 6a5180a31a
Resets secret store config on startup
Now networks/secret-store/config/config.toml may be mutated, but
is always reset when running start_ocean.sh

Fixes #126

Signed-off-by: Tom Marble <tmarble@info9.net>
2019-03-28 17:07:20 -05:00

18 lines
224 B
Plaintext

# Project specific
artifacts/
ganache-db/
# IDE side effects
.idea/
# Emacs
*~
# mutable secret store config (Issue #126)
networks/secret-store/config/config.toml
# Mac OS Filesystem artifacts
.DS_Store
**/.DS_Store
._*