Merge pull request #370 from daming-lu/bugfix_error_folder

exclude error folder
This commit is contained in:
JG
2024-06-25 16:30:44 +08:00
committed by GitHub

View File

@@ -24,7 +24,7 @@
"name": "全唐诗全宋诗", "name": "全唐诗全宋诗",
"id": 3, "id": 3,
"path": "全唐诗/", "path": "全唐诗/",
"excludes": ["README.md", "表面结构字.json", "error/", "authors.song.json", "authors.tang.json"], "excludes": ["README.md", "表面结构字.json", "error", "authors.song.json", "authors.tang.json"],
"tag": "paragraphs" "tag": "paragraphs"
}, },
"mengzi": { "mengzi": {