| *.iml | |
| .idea/ | |
| .ipr | |
| .iws | |
| *~ | |
| ~* | |
| *.diff | |
| *.patch | |
| *.bak | |
| .DS_Store | |
| Thumbs.db | |
| .project | |
| .*proj | |
| .svn/ | |
| *.swp | |
| *.swo | |
| *.log | |
| *.log.* | |
| *.json.gzip | |
| node_modules/ | |
| .buildpath | |
| .settings | |
| npm-debug.log | |
| nohup.out | |
| _site | |
| _data | |
| dist | |
| report.html | |
| /lib | |
| /es | |
| /locale | |
| elasticsearch-* | |
| config/base.yaml | |
| /.vscode/ | |
| /coverage | |
| yarn.lock | |
| package-lock.json | |
| pnpm-lock.yaml | |
| bun.lock* | |
| .pnpm-debug.log | |
| .pnpm-store | |
| components/**/*.js | |
| components/**/*.jsx | |
| !components/**/__tests__/**/*.js | |
| !components/**/__tests__/**/*.js.snap | |
| /.history | |
| *.tmp | |
| artifacts.zip | |
| oss-artifacts.zip | |
| server/ | |
| # Docs templates | |
| scripts/previewEditor/index.html | |
| components/version/version.ts | |
| components/version/version.tsx | |
| components/version/token.json | |
| components/version/token-meta.json | |
| .dumi/tmp | |
| .dumi/tmp-test | |
| .dumi/tmp-production | |
| .dumi/preset/components-changelog* | |
| .dumi/preset/misc-changelog.json | |
| # Image snapshot diff | |
| __diff_output__/ | |
| __image_snapshots__/ | |
| /jest-stare | |
| /imageSnapshots* | |
| /imageDiffSnapshots | |
| /visualRegressionReport* | |
| .husky/prepare-commit-msg | |
| .eslintcache | |
| .node-version | |
| .node | |
| .env | |
| examples/ | |