Files
OpenLLM/.gitattributes
Aaron Pham 021fd453b9 infra: move out clojure to external (#593)
As we don't write this

Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>
2023-11-09 12:24:18 -05:00

22 lines
603 B
Plaintext

# Clojure UI
external/clojure/* linguist-vendored
# Python Client
*_pb2*.py linguist-generated=true
*_pb2*.pyi linguist-generated=true
# Python sdk
openllm-python/tests/models/__snapshots__/* linguist-generated=true
openllm-python/README.md linguist-generated=true
openllm-python/CHANGELOG.md linguist-generated=true
# Others
Formula/openllm.rb linguist-generated=true
* text=auto eol=lf
# Needed for setuptools-scm-git-archive
.git_archival.txt export-subst
openllm-python/.git_archival.txt export-subst
openllm-client/.git_archival.txt export-subst
openllm-core/.git_archival.txt export-subst