sourcecred/.gitignore
Dandelion Mané 366a6af48e
Setup a ledger for the test instance (#2031)
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.
2020-07-24 11:54:53 -07:00

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*