mirror of
https://github.com/infinilabs/coco-app.git
synced 2025-12-28 16:06:28 +01:00
* wip * define config entries: width/height/resizable/detachable * chore: window size * fix: add default values for ViewExtensionUiSettings fields * chore: open * chore: add window size set * wip * chore: window size * define config entries: width/height/resizable/detachable * chore: open * fix: add default values for ViewExtensionUiSettings fields * chore: add window size set * chore: up * fix: consle error * chore: up * chore: up * chore: up * chore: up * refactor: update * fix: page error about install * chore: up * chore: ci error * docs: update release notes * style: adjust styles --------- Co-authored-by: rain9 <15911122312@163.com> Co-authored-by: ayang <473033518@qq.com>
33 lines
340 B
Plaintext
33 lines
340 B
Plaintext
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
lerna-debug.log*
|
|
|
|
node_modules
|
|
dist
|
|
dist-ssr
|
|
*.local
|
|
out
|
|
src/components/web
|
|
SearchChatDemo/
|
|
web.md
|
|
|
|
# Editor directories and files
|
|
# .vscode/*
|
|
# !.vscode/extensions.json
|
|
# !.vscode/settings.json
|
|
.idea
|
|
.DS_Store
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
.env
|
|
|
|
.trae
|