refactor: add cargo test
This commit is contained in:
parent
ab44faeda3
commit
25699995fc
27
.gitignore
vendored
27
.gitignore
vendored
@ -1,46 +1,22 @@
|
|||||||
.idea
|
|
||||||
.env
|
.env
|
||||||
.idea
|
|
||||||
|
|
||||||
# Jan inference
|
|
||||||
error.log
|
error.log
|
||||||
node_modules
|
node_modules
|
||||||
*.tgz
|
*.tgz
|
||||||
!charts/server/charts/*.tgz
|
|
||||||
dist
|
dist
|
||||||
build
|
build
|
||||||
.DS_Store
|
.DS_Store
|
||||||
electron/renderer
|
|
||||||
electron/models
|
|
||||||
electron/docs
|
|
||||||
electron/engines
|
|
||||||
electron/themes
|
|
||||||
electron/playwright-report
|
|
||||||
server/pre-install
|
|
||||||
package-lock.json
|
package-lock.json
|
||||||
coverage
|
coverage
|
||||||
*.log
|
*.log
|
||||||
core/lib/**
|
core/lib/**
|
||||||
|
|
||||||
# Turborepo
|
|
||||||
.turbo
|
|
||||||
electron/test-data
|
|
||||||
electron/test-results
|
|
||||||
core/test_results.html
|
|
||||||
coverage
|
|
||||||
.yarn
|
.yarn
|
||||||
.yarnrc
|
.yarnrc
|
||||||
test_results.html
|
|
||||||
*.tsbuildinfo
|
*.tsbuildinfo
|
||||||
electron/shared/**
|
test_results.html
|
||||||
|
|
||||||
# docs
|
# docs
|
||||||
docs/yarn.lock
|
docs/yarn.lock
|
||||||
electron/.version.bak
|
|
||||||
src-tauri/binaries/engines/cortex.llamacpp
|
|
||||||
src-tauri/resources/themes
|
|
||||||
src-tauri/resources/lib
|
src-tauri/resources/lib
|
||||||
src-tauri/Cargo.lock
|
|
||||||
src-tauri/icons
|
src-tauri/icons
|
||||||
!src-tauri/icons/icon.png
|
!src-tauri/icons/icon.png
|
||||||
src-tauri/gen/apple
|
src-tauri/gen/apple
|
||||||
@ -77,3 +53,4 @@ docs/.next/
|
|||||||
|
|
||||||
# Combined output for local testing
|
# Combined output for local testing
|
||||||
combined-output/
|
combined-output/
|
||||||
|
target
|
||||||
|
|||||||
2
Cargo.toml
Normal file
2
Cargo.toml
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
[workspace]
|
||||||
|
members = ["src-tauri"]
|
||||||
Loading…
x
Reference in New Issue
Block a user