28 строки
280 B
Plaintext
28 строки
280 B
Plaintext
# Dependencies
|
|
node_modules
|
|
|
|
# Production
|
|
build
|
|
dist
|
|
|
|
# Tests
|
|
.vscode-test-web
|
|
test-webview
|
|
coverage
|
|
|
|
# Cache
|
|
temp
|
|
|
|
# Misc
|
|
.DS_Store
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
.eslintcache
|
|
api-report.md
|
|
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|