From 49b8c334a35bbdd7762ceae93445a051084c31f0 Mon Sep 17 00:00:00 2001 From: KunoiSayami <46131041+KunoiSayami@users.noreply.github.com> Date: Thu, 13 May 2021 22:40:05 +0800 Subject: feat(core): Use timestamp file to determined should copy or not * feat(test): Test will check post response validity --- .gitignore | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 61e13df..9dd6a1d 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ target/ **/*.rs.bk .idea/ -data/* -!data/*.default -.vscode/ \ No newline at end of file +.vscode/ + +# generate by cargo test +test/ \ No newline at end of file -- cgit v1.3.1