mirror of
https://git.mirrors.martin98.com/https://github.com/infiniflow/ragflow.git
synced 2025-08-14 18:35:58 +08:00
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>
This commit is contained in:
parent
fe51488973
commit
b79f0b0cac
6
.gitignore
vendored
6
.gitignore
vendored
@ -21,3 +21,9 @@ Cargo.lock
|
|||||||
|
|
||||||
.idea/
|
.idea/
|
||||||
.vscode/
|
.vscode/
|
||||||
|
|
||||||
|
# Exclude Mac generated files
|
||||||
|
.DS_Store
|
||||||
|
|
||||||
|
# Exclude the log folder
|
||||||
|
docker/ragflow-logs/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user