mirror of
https://github.com/status-im/sourcecred.git
synced 2025-01-12 05:34:41 +00:00
4dbb5cd21a
Sets up package.json, .gitignore, and adds octokit/rest.js as a dependency.
21 lines
275 B
Plaintext
21 lines
275 B
Plaintext
# See https://help.github.com/ignore-files/ for more about ignoring files.
|
|
|
|
# dependencies
|
|
/node_modules
|
|
|
|
# testing
|
|
/coverage
|
|
|
|
# production
|
|
/build
|
|
|
|
# misc
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|