mirror of
https://github.com/lobehub/lobehub
synced 2026-04-21 09:37:28 +00: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.
63 lines
No EOL
578 B
Text
63 lines
No EOL
578 B
Text
# Prettierignore for LobeHub
|
|
################################################################
|
|
|
|
# general
|
|
.DS_Store
|
|
.editorconfig
|
|
.idea
|
|
.vscode
|
|
.history
|
|
.temp
|
|
.env.local
|
|
.husky
|
|
.npmrc
|
|
.gitkeep
|
|
venv
|
|
temp
|
|
tmp
|
|
LICENSE
|
|
|
|
# dependencies
|
|
node_modules
|
|
*.log
|
|
*.lock
|
|
package-lock.json
|
|
|
|
# ci
|
|
coverage
|
|
.coverage
|
|
.eslintcache
|
|
.stylelintcache
|
|
test-output
|
|
__snapshots__
|
|
*.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 |