mirror of
https://github.com/lobehub/lobe-chat.git
synced 2025-12-20 01:12:52 +08:00
This commit introduces new components, modules, and features related to chat, sessions, and settings. It includes modifications to configuration files, updates to dependencies, adjustments to styles and layouts, and additions of new components and modules. The changes also involve updates to functions, interfaces, selectors, actions, and reducers. Additionally, there are modifications to TypeScript interfaces and types, as well as changes to parameters and functions in certain files.
32 lines
321 B
Plaintext
32 lines
321 B
Plaintext
# Eslintignore for LobeHub
|
|
################################################################
|
|
|
|
# dependencies
|
|
node_modules
|
|
|
|
# ci
|
|
coverage
|
|
.coverage
|
|
|
|
# test
|
|
jest*
|
|
_test_
|
|
__test__
|
|
*.test.ts
|
|
|
|
# umi
|
|
.umi
|
|
.umi-production
|
|
.umi-test
|
|
.dumi/tmp*
|
|
!.dumirc.ts
|
|
|
|
# production
|
|
dist
|
|
es
|
|
lib
|
|
logs
|
|
|
|
# misc
|
|
# add other ignore file below
|
|
.next |