2018-11-15 01:08:33 +03:00
|
|
|
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
|
2018-11-17 04:14:33 +03:00
|
|
|
/.vscode
|
|
|
|
|
2018-11-15 01:08:33 +03:00
|
|
|
# dependencies
|
|
|
|
/node_modules
|
|
|
|
/.pnp
|
2018-11-28 05:39:22 +03:00
|
|
|
/test-output
|
2018-11-15 01:08:33 +03:00
|
|
|
.pnp.js
|
|
|
|
|
|
|
|
# testing
|
|
|
|
/coverage
|
|
|
|
|
2018-12-20 21:58:37 +03:00
|
|
|
# packaging
|
|
|
|
/build
|
2018-11-15 01:08:33 +03:00
|
|
|
|
2018-12-20 21:58:37 +03:00
|
|
|
# releases
|
|
|
|
/releases/
|
2018-12-17 22:41:36 +03:00
|
|
|
|
2018-11-15 01:08:33 +03:00
|
|
|
# misc
|
|
|
|
.DS_Store
|
2019-09-03 23:45:23 +03:00
|
|
|
.env
|
2018-11-15 01:08:33 +03:00
|
|
|
.env.local
|
|
|
|
.env.development.local
|
|
|
|
.env.test.local
|
|
|
|
.env.production.local
|
|
|
|
|
|
|
|
npm-debug.log*
|
|
|
|
yarn-debug.log*
|
|
|
|
yarn-error.log*
|
2019-01-05 01:44:10 +03:00
|
|
|
|
|
|
|
# dev
|
2019-01-10 03:14:16 +03:00
|
|
|
secrets.sh
|
|
|
|
|
|
|
|
# ide
|
|
|
|
.idea
|
2019-01-22 21:48:51 +03:00
|
|
|
|
2019-02-13 20:00:10 +03:00
|
|
|
# complexity reports
|
|
|
|
es6-src/
|
|
|
|
report/
|
2019-09-03 23:45:23 +03:00
|
|
|
|
|
|
|
# VoTT Server
|
|
|
|
server/lib
|
|
|
|
server/node_modules
|
|
|
|
server/coverage
|