mirror of
https://github.com/status-im/sourcecred.git
synced 2025-02-23 01:38:12 +00:00
This commit adds a ledger for the internal test instance. It has a few identities, some of which are active, some of which are not, and has a Grain distribution on record. Test plan: Verify `yarn test --full` passes, i.e. the snapshots are all in sync.
30 lines
325 B
Plaintext
30 lines
325 B
Plaintext
# See https://help.github.com/ignore-files/ for more about ignoring files.
|
|
|
|
# dependencies
|
|
/node_modules
|
|
|
|
# testing
|
|
/coverage
|
|
|
|
# production
|
|
/build
|
|
/build2
|
|
|
|
# backend
|
|
/bin
|
|
|
|
# api
|
|
/dist
|
|
|
|
# misc
|
|
.token
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
.idea
|
|
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|