From b79f0b0cac97556b552aca8830da20c9294ef2bf Mon Sep 17 00:00:00 2001 From: Liu Xiaohui Date: Wed, 24 Apr 2024 17:05:01 +0800 Subject: [PATCH] Add .DS_Store and docker/ragflow-logs to the git ignore list (#523) ### What problem does this PR solve? Ignore temporal files to help Mac developers. ### Type of change - [x] Other (please describe): Co-authored-by: PLIX870I --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 9cab8c0ab..b445d56a8 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,9 @@ Cargo.lock .idea/ .vscode/ + +# Exclude Mac generated files +.DS_Store + +# Exclude the log folder +docker/ragflow-logs/