37 строки
545 B
Plaintext
37 строки
545 B
Plaintext
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
# dependencies
|
|
node_modules/
|
|
packages/*/lib/
|
|
packages/*/dist/
|
|
packages/*/build/
|
|
|
|
# testing
|
|
/coverage
|
|
test-report.xml
|
|
stats.json
|
|
|
|
# production
|
|
|
|
# misc
|
|
.DS_Store
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
# Logfiles
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Yarn v2
|
|
# https://yarnpkg.com/advanced/qa#which-files-should-be-gitignored
|
|
.pnp.*
|
|
.yarn/*
|
|
!.yarn/patches
|
|
!.yarn/plugins
|
|
!.yarn/releases
|
|
!.yarn/sdks
|
|
!.yarn/versions
|