mirror of
https://github.com/tnb-labs/panel.git
synced 2026-09-18 00:46:26 +08:00
* Initial plan * feat(website): 添加"全部"分类、动态模态框标题和批量创建类型支持 Co-authored-by: devhaozi <115467771+devhaozi@users.noreply.github.com> * refactor: 修复代码审查问题,提取正则常量和接口定义 Co-authored-by: devhaozi <115467771+devhaozi@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: devhaozi <115467771+devhaozi@users.noreply.github.com>
33 lines
334 B
Plaintext
33 lines
334 B
Plaintext
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
lerna-debug.log*
|
|
|
|
node_modules
|
|
.DS_Store
|
|
dist
|
|
dist-ssr
|
|
coverage
|
|
*.local
|
|
package-lock.json
|
|
|
|
|
|
# Editor directories and files
|
|
.vscode
|
|
.idea
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
|
|
.env
|
|
|
|
.eslintrc-auto-import.json
|
|
types/components.d.ts
|
|
types/auto-imports.d.ts
|