mirror of
https://github.com/status-im/sourcecred.git
synced 2025-01-10 12:46:16 +00:00
08408a9706
Adding docker container recipe and instructions in README for running sourcecred Signed-off-by: Vanessa Sochat <vsochat@stanford.edu> Test plan: @decentralion verified that the commands work on a fresh setup prior to merging.
26 lines
304 B
Plaintext
26 lines
304 B
Plaintext
# See https://help.github.com/ignore-files/ for more about ignoring files.
|
|
|
|
# dependencies
|
|
/node_modules
|
|
|
|
# testing
|
|
/coverage
|
|
|
|
# production
|
|
/build
|
|
|
|
# backend
|
|
/bin
|
|
|
|
# misc
|
|
data/
|
|
.token
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|