Pārlūkot izejas kodu
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
pirms 1 gada
vecāks
revīzija
b79f0b0cac
Revīzijas autora e-pasta adrese nav piesaistīta nevienam kontam
1 mainītis faili ar
6 papildinājumiem un
0 dzēšanām
-
.gitignore
|
|
|
@@ -21,3 +21,9 @@ Cargo.lock |
|
|
|
|
|
|
|
.idea/ |
|
|
|
.vscode/ |
|
|
|
|
|
|
|
# Exclude Mac generated files |
|
|
|
.DS_Store |
|
|
|
|
|
|
|
# Exclude the log folder |
|
|
|
docker/ragflow-logs/ |