Browse Source

Merge pull request #135 from comit-network/gitignore

Add database and seed files to .gitignore
fix-bad-api-calls
Mariusz 3 years ago
committed by GitHub
parent
commit
8f1e3dd83a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      .gitignore

8
.gitignore

@ -15,3 +15,11 @@
!.yarn/sdks
!.yarn/versions
.pnp.*
# Artifacts from running the daemons
/maker.sqlite
/maker_wallet_db/
/taker.sqlite
/taker_wallet_db/
/maker_seed
/taker_seed

Loading…
Cancel
Save