2021-02-26 01:59:01 +03:00
|
|
|
# Dependencies
|
|
|
|
node_modules/
|
|
|
|
|
|
|
|
# Production
|
|
|
|
build/
|
|
|
|
dist/
|
2022-01-25 22:13:50 +03:00
|
|
|
react/
|
2021-02-26 01:59:01 +03:00
|
|
|
|
2022-01-18 23:51:35 +03:00
|
|
|
# Tests
|
|
|
|
test-webview
|
|
|
|
|
2021-02-26 01:59:01 +03:00
|
|
|
# Misc
|
|
|
|
.DS_Store
|
|
|
|
.vscode
|
|
|
|
.env.local
|
|
|
|
.env.development.local
|
|
|
|
.env.test.local
|
|
|
|
.env.production.local
|
|
|
|
.eslintcache
|
|
|
|
coverage/
|
2021-05-27 01:42:26 +03:00
|
|
|
temp/
|
|
|
|
docs/api-report.md
|
2021-02-26 01:59:01 +03:00
|
|
|
|
|
|
|
npm-debug.log*
|
|
|
|
yarn-debug.log*
|
|
|
|
yarn-error.log*
|