Browse Source

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 year ago
parent
commit
b79f0b0cac
No account linked to committer's email address
1 changed files with 6 additions and 0 deletions
  1. 6
    0
      .gitignore

+ 6
- 0
.gitignore View File



.idea/ .idea/
.vscode/ .vscode/

# Exclude Mac generated files
.DS_Store

# Exclude the log folder
docker/ragflow-logs/

Loading…
Cancel
Save