瀏覽代碼

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 <plix870i@V-SPDT-XIAOHUI-MB.local>
tags/v0.3.1
Liu Xiaohui 1 年之前
父節點
當前提交
b79f0b0cac
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 6 行新增0 行删除
  1. 6
    0
      .gitignore

+ 6
- 0
.gitignore 查看文件

@@ -21,3 +21,9 @@ Cargo.lock

.idea/
.vscode/

# Exclude Mac generated files
.DS_Store

# Exclude the log folder
docker/ragflow-logs/

Loading…
取消
儲存