wip deepseek r1
This commit is contained in:
@@ -6,7 +6,7 @@ declare -A FILTER_SETS=(
|
||||
["py"]="-f .*(\\.py|requirements.txt)$"
|
||||
["web"]="-f .*\\.(js|jsx|json|css|html)$"
|
||||
["doc"]="-f .*\\.md$"
|
||||
["deploy"]="-f .*(Dockerfile|\\.sh|\\.xsd)$"
|
||||
["deploy"]="-f .*(Dockerfile|\\.sh|\\.xsd|\\.yaml)$"
|
||||
|
||||
["core"]="-s py ./sia ./tools -s deploy . -f ^(?!procedures/).*\\.md$ ."
|
||||
["webui"]="-s web ./web"
|
||||
@@ -291,4 +291,4 @@ main() {
|
||||
echo "Concatenation complete. Output written to $OUTPUT" >&2
|
||||
}
|
||||
|
||||
main "$@"
|
||||
main "$@"
|
||||
|
||||
Reference in New Issue
Block a user