From ad2ff1bed51e36c08abb3a2aa2520c5d3d44736c Mon Sep 17 00:00:00 2001 From: Baoshuo Date: Mon, 29 Aug 2022 09:28:17 +0800 Subject: [PATCH] fix: samples --- .gitattributes | 1 + .gitignore | 1 + README.md | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 60148803..5d69aab3 100644 --- a/.gitattributes +++ b/.gitattributes @@ -10,3 +10,4 @@ **/data/**/* filter=lfs diff=lfs merge=lfs -text *.pdf filter=lfs diff=lfs merge=lfs -text **/sample/**/* filter=lfs diff=lfs merge=lfs -text +**/samples/**/* filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore index ca085a22..a6cdfbd3 100644 --- a/.gitignore +++ b/.gitignore @@ -38,6 +38,7 @@ # Sample !**/sample/**/* +!**/samples/**/* # tempCodeRunnerFile temp/** diff --git a/README.md b/README.md index c214f94b..39788926 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ - 部分代码的思路借鉴了题解。 - 部分题目文件夹下会有 `solution.md` 给出做题思路,也会有部分题目会在 [博客](https://oi.baoshuo.ren/) 中给出题解。 -- 部分题目的 `sample` 和 `data` 文件夹下会存放该题的部分大样例以及测试数据,该部分内容使用 Git LFS 存储,请参阅下方的「测试数据」一节。 +- 部分题目的 `samples` 和 `data` 文件夹下会存放该题的部分大样例以及测试数据,该部分内容使用 Git LFS 存储,请参阅下方的「测试数据」一节。 做题时间请参考 `Author Date` ,或根据题目对应提交中注明的提交记录编号查找。