2021-04-21 15:52:40 -04:00
|
|
|
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
|
|
|
|
# dependencies
|
|
|
|
/node_modules
|
|
|
|
/.pnp
|
|
|
|
.pnp.js
|
|
|
|
|
|
|
|
# testing
|
|
|
|
/coverage
|
2022-04-04 15:29:35 -04:00
|
|
|
/testdata
|
2022-02-09 04:41:00 -05:00
|
|
|
backup.zip
|
2021-04-21 15:52:40 -04:00
|
|
|
|
|
|
|
# production
|
|
|
|
/build
|
|
|
|
|
|
|
|
# misc
|
|
|
|
.DS_Store
|
|
|
|
.env.local
|
|
|
|
.env.development.local
|
|
|
|
.env.test.local
|
|
|
|
.env.production.local
|
2022-10-14 16:09:10 -04:00
|
|
|
.vscode
|
2021-04-21 15:52:40 -04:00
|
|
|
npm-debug.log*
|
|
|
|
yarn-debug.log*
|
|
|
|
yarn-error.log*
|
2021-11-21 10:33:56 -05:00
|
|
|
|
|
|
|
# generated code
|
2022-11-21 13:11:28 -05:00
|
|
|
/src/protobuf/**
|