mirror of
https://github.com/lobehub/lobe-chat.git
synced 2026-01-09 07:32:05 +08:00
* ✨ feat: Add profile * 🔧 chore: Update i18n * ✅ test: Fix test * ✅ test: Add tests * 🐛 fix: Fix enableClerk * 🔧 chore: Fix .eslintignore * 🐛 fix: Fix review problem * 💄 style: Fix UserInfo padding
31 lines
316 B
Plaintext
31 lines
316 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 |