mirror of
https://github.com/oceanprotocol/barge.git
synced 2024-10-31 23:55:18 +01:00
6a5180a31a
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>
18 lines
224 B
Plaintext
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
|
|
._*
|