… incorrectly appear on the model settings page. ### What problem does this PR solve? This is an issue with the Upload component on the assistant-setting page. I use the show variable to explicitly control the button component within it. see:  ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue) - [x] Other (please describe): Add the local models that DeepDoc depends on to the gitignore file in dev mode. Signed-off-by: liuchao <lcjia_you@126.com>
32 lines
618 B
Plaintext
32 lines
618 B
Plaintext
# Generated by Cargo
|
|
# will have compiled files and executables
|
|
debug/
|
|
target/
|
|
__pycache__/
|
|
hudet/
|
|
cv/
|
|
layout_app.py
|
|
api/flask_session
|
|
|
|
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
|
|
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
|
|
Cargo.lock
|
|
|
|
# These are backup files generated by rustfmt
|
|
**/*.rs.bk
|
|
|
|
# MSVC Windows builds of rustc generate these, which store debugging information
|
|
*.pdb
|
|
*.trie
|
|
|
|
.idea/
|
|
.vscode/
|
|
|
|
# Exclude Mac generated files
|
|
.DS_Store
|
|
|
|
# Exclude the log folder
|
|
docker/ragflow-logs/
|
|
/flask_session
|
|
/logs
|
|
rag/res/deepdoc |