2023-02-02 10:31:36 +08:00
|
|
|
# Logs
|
|
|
|
logs
|
|
|
|
*.log
|
|
|
|
npm-debug.log*
|
|
|
|
yarn-debug.log*
|
|
|
|
yarn-error.log*
|
2023-03-23 20:43:53 +08:00
|
|
|
lerna-debug.log*
|
2023-02-02 10:31:36 +08:00
|
|
|
yarn.lock
|
2023-06-26 16:54:52 +08:00
|
|
|
package-lock.json
|
2023-09-07 20:17:31 +08:00
|
|
|
pnpm-lock.yaml
|
2023-02-02 10:31:36 +08:00
|
|
|
|
2023-03-23 20:43:53 +08:00
|
|
|
# Sys
|
|
|
|
.DS_Store
|
|
|
|
.idea
|
2023-02-02 10:31:36 +08:00
|
|
|
|
2023-03-23 20:43:53 +08:00
|
|
|
# Node
|
2023-02-02 10:31:36 +08:00
|
|
|
node_modules/
|
2024-01-17 09:28:57 +08:00
|
|
|
.npmrc
|
2023-02-02 10:31:36 +08:00
|
|
|
|
2023-03-23 20:43:53 +08:00
|
|
|
# Build
|
2023-02-02 10:31:36 +08:00
|
|
|
dist
|
|
|
|
lib
|
2023-03-23 20:43:53 +08:00
|
|
|
esm
|
2023-02-02 10:31:36 +08:00
|
|
|
|
2023-03-23 20:43:53 +08:00
|
|
|
# Test
|
|
|
|
coverage
|
2023-02-02 10:31:36 +08:00
|
|
|
|
2023-03-23 20:43:53 +08:00
|
|
|
# Bundle visualizer
|
2024-01-17 09:28:57 +08:00
|
|
|
stats.html
|
|
|
|
|
2024-03-05 19:13:37 +08:00
|
|
|
# Tools
|
2024-03-15 23:36:23 +08:00
|
|
|
.turbo
|
|
|
|
**/tmp/
|
2024-08-02 10:07:28 +08:00
|
|
|
/test-results/
|
|
|
|
/playwright-report/
|
|
|
|
/blob-report/
|
|
|
|
/playwright/.cache/
|