mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-15 01:18:26 +08:00
Fix: Refine the git ignore file to exclude dependencies (#16882)
### Summary Refined the git ignore file to exclude the dependencies when working new PR.
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -47,6 +47,9 @@ chrome*
|
||||
huggingface.co/
|
||||
nltk_data/
|
||||
uv-x86_64*.tar.gz
|
||||
office_oxide*.tar.gz
|
||||
pdf_oxide*.tar.gz
|
||||
stagehand-server*
|
||||
|
||||
# Exclude hash-like temporary files like 9b5ad71b2ce5302211f9c61530b329a4922fc6a4
|
||||
*[0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f]*
|
||||
@@ -258,4 +261,4 @@ internal/deepdoc/parser/docx/tool/
|
||||
# test data compare tool
|
||||
internal/ingestion/task/tool/generate_dataflow_golden.py
|
||||
internal/ingestion/task/tool/README.md
|
||||
internal/cpp/cmake-build-release
|
||||
internal/cpp/cmake-build-release
|
||||
|
||||
Reference in New Issue
Block a user