mirror of
https://github.com/lobehub/lobe-chat.git
synced 2026-01-09 07:32:05 +08:00
* ✨ feat: Add changelog modal * 💄 style: Update changelog style * ✅ test: Add test * 🔧 chore: Add CDN workflow * ✅ test: Fix test * ✅ test: Fix test * 📝 docs: Update changelog * 📝 docs: Update cdn * refactor version * feat: 实现 changelog 初始化入口,新增后端应用层状态初始化入口 * 🐛 fix: Fix useCheckLatestChangelogId * 🔧 chore: Update types * 🐛 fix: Fix lint * upgrade * ✨ feat: Update env * 🔧 chore: Rename DOC_S3 env * ✅ test: Update test * 👷 ci: Fix build lint error * ♻️ refactor: Refactor models * 💄 style: Add feature flag * ✅ test: Fix test * 💄 style: Rm mobile modal * 💄 style: Update canonical url --------- Co-authored-by: arvinxx <arvinx@foxmail.com>
32 lines
317 B
Plaintext
32 lines
317 B
Plaintext
# Eslintignore for LobeHub
|
|
################################################################
|
|
|
|
# dependencies
|
|
node_modules
|
|
|
|
# ci
|
|
coverage
|
|
.coverage
|
|
|
|
# test
|
|
jest*
|
|
*.test.ts
|
|
*.test.tsx
|
|
|
|
# umi
|
|
.umi
|
|
.umi-production
|
|
.umi-test
|
|
.dumi/tmp*
|
|
!.dumirc.ts
|
|
|
|
# production
|
|
dist
|
|
es
|
|
lib
|
|
logs
|
|
|
|
# misc
|
|
# add other ignore file below
|
|
.next
|