diff options
| author | KunoiSayami <[email protected]> | 2021-05-13 22:40:05 +0800 |
|---|---|---|
| committer | KunoiSayami <[email protected]> | 2021-05-13 22:40:05 +0800 |
| commit | 49b8c334a35bbdd7762ceae93445a051084c31f0 (patch) | |
| tree | 80f17666e55fb4ba026af3da9cc38801d4e16788 /.gitignore | |
| parent | c1dbab94eb6b9f5a7e8ab6f1b1bf217de3e13819 (diff) | |
feat(core): Use timestamp file to determined should copy or notv0.3.7
* feat(test): Test will check post response validity
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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 |
