29 строки
376 B
Plaintext
29 строки
376 B
Plaintext
# 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
|
|
packages/server/package-lock.json
|
|
|
|
**/*.log*
|
|
report.*
|
|
azure-functions-core-tools/
|