33 строки
436 B
Plaintext
33 строки
436 B
Plaintext
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
**/node_modules/
|
|
|
|
# testing
|
|
**/coverage
|
|
|
|
# production
|
|
**/build
|
|
**/dist
|
|
**/docsTemp
|
|
|
|
|
|
# misc
|
|
tsconfig.tsbuildinfo
|
|
.DS_Store
|
|
.env
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
.yarn/*
|
|
!.yarn/cache
|
|
!.yarn/releases
|
|
!.yarn/plugins
|
|
!.yarn/sdks
|
|
!.yarn/versions
|
|
|
|
**/public/data/msft* |