* chore: Jan's code is now under the Apache license (#5042) * make the model selector popup responsive and wider for bigger screens (#5025) * make the model selector popup responsive and wider for bigger screens * fix linting issue * use vscode config files to recommend prettier plugin and use it to auto format on save --------- Co-authored-by: Ethan Garber <ethancgarber@gmail.com> * chore: update Jan change logs v0.5.17 chore: update Jan change logs v0.5.17 * Update README.md (#5072) Updated license to Apache 2.0 --------- Co-authored-by: ethanova <ethanova@users.noreply.github.com> Co-authored-by: Ethan Garber <ethancgarber@gmail.com> Co-authored-by: David <david@menlo.ai> Co-authored-by: Emre Can Kartal <159995642+eckartal@users.noreply.github.com>
48 lines
688 B
Plaintext
48 lines
688 B
Plaintext
.idea
|
|
.env
|
|
.idea
|
|
|
|
# Jan inference
|
|
error.log
|
|
node_modules
|
|
*.tgz
|
|
!charts/server/charts/*.tgz
|
|
dist
|
|
build
|
|
.DS_Store
|
|
electron/renderer
|
|
electron/models
|
|
electron/docs
|
|
electron/engines
|
|
electron/themes
|
|
electron/playwright-report
|
|
server/pre-install
|
|
package-lock.json
|
|
coverage
|
|
*.log
|
|
core/lib/**
|
|
|
|
# Turborepo
|
|
.turbo
|
|
electron/test-data
|
|
electron/test-results
|
|
core/test_results.html
|
|
coverage
|
|
.yarn
|
|
.yarnrc
|
|
test_results.html
|
|
*.tsbuildinfo
|
|
electron/shared/**
|
|
|
|
# docs
|
|
docs/yarn.lock
|
|
electron/.version.bak
|
|
src-tauri/binaries/engines/cortex.llamacpp
|
|
src-tauri/resources/themes
|
|
src-tauri/resources/lib
|
|
src-tauri/Cargo.lock
|
|
src-tauri/icons
|
|
!src-tauri/icons/icon.png
|
|
src-tauri/gen/apple
|
|
src-tauri/resources/bin
|