aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorKunoiSayami <[email protected]>2021-05-13 22:40:05 +0800
committerKunoiSayami <[email protected]>2021-05-13 22:40:05 +0800
commit49b8c334a35bbdd7762ceae93445a051084c31f0 (patch)
tree80f17666e55fb4ba026af3da9cc38801d4e16788 /.gitignore
parentc1dbab94eb6b9f5a7e8ab6f1b1bf217de3e13819 (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--.gitignore7
1 files changed, 4 insertions, 3 deletions
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