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