2020-09-09 19:39:40 +03:00
|
|
|
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
|
|
|
|
# dependencies
|
|
|
|
**/node_modules
|
|
|
|
/.pnp
|
|
|
|
.pnp.js
|
|
|
|
|
|
|
|
# testing
|
|
|
|
/coverage
|
|
|
|
|
|
|
|
# production
|
|
|
|
lib/
|
|
|
|
dist/
|
|
|
|
build/
|
|
|
|
*.zip
|
|
|
|
|
|
|
|
# misc
|
|
|
|
.DS_Store
|
|
|
|
.env.local
|
|
|
|
.env.development.local
|
|
|
|
.env.test.local
|
|
|
|
.env.production.local
|
|
|
|
local-*.json
|
2020-09-11 17:49:25 +03:00
|
|
|
packages/server/package-lock.json
|
2020-09-09 19:39:40 +03:00
|
|
|
|
|
|
|
**/*.log*
|
|
|
|
report.*
|
|
|
|
azure-functions-core-tools/
|