🔧 chore: Update setting
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.
2023-07-15 07:48:20 +00:00
|
|
|
# Prettierignore for LobeHub
|
|
|
|
|
################################################################
|
|
|
|
|
|
|
|
|
|
# general
|
2023-05-21 07:42:20 +00:00
|
|
|
.DS_Store
|
|
|
|
|
.editorconfig
|
|
|
|
|
.idea
|
🔧 chore: Update setting
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.
2023-07-15 07:48:20 +00:00
|
|
|
.history
|
|
|
|
|
.temp
|
|
|
|
|
.env.local
|
2023-05-21 07:42:20 +00:00
|
|
|
.husky
|
|
|
|
|
.npmrc
|
🔧 chore: Update setting
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.
2023-07-15 07:48:20 +00:00
|
|
|
.gitkeep
|
|
|
|
|
venv
|
|
|
|
|
temp
|
|
|
|
|
tmp
|
|
|
|
|
LICENSE
|
|
|
|
|
|
|
|
|
|
# dependencies
|
|
|
|
|
node_modules
|
|
|
|
|
*.log
|
|
|
|
|
*.lock
|
|
|
|
|
package-lock.json
|
|
|
|
|
|
|
|
|
|
# ci
|
|
|
|
|
coverage
|
|
|
|
|
.coverage
|
|
|
|
|
.eslintcache
|
|
|
|
|
.stylelintcache
|
|
|
|
|
test-output
|
2023-05-21 07:42:20 +00:00
|
|
|
__snapshots__
|
🔧 chore: Update setting
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.
2023-07-15 07:48:20 +00:00
|
|
|
*.snap
|
|
|
|
|
|
|
|
|
|
# production
|
|
|
|
|
dist
|
|
|
|
|
es
|
|
|
|
|
lib
|
|
|
|
|
logs
|
|
|
|
|
|
|
|
|
|
# umi
|
|
|
|
|
.umi
|
|
|
|
|
.umi-production
|
|
|
|
|
.umi-test
|
|
|
|
|
.dumi/tmp*
|
|
|
|
|
|
|
|
|
|
# ignore files
|
|
|
|
|
.*ignore
|
|
|
|
|
|
|
|
|
|
# docker
|
|
|
|
|
docker
|
|
|
|
|
Dockerfile*
|
|
|
|
|
|
|
|
|
|
# image
|
|
|
|
|
*.webp
|
|
|
|
|
*.gif
|
|
|
|
|
*.png
|
|
|
|
|
*.jpg
|
|
|
|
|
*.svg
|
|
|
|
|
|
|
|
|
|
# misc
|
|
|
|
|
# add other ignore file below
|
|
|
|
|
.next
|