Skip to content

Commit 0252d62

Browse files
committed
[WIP]mocktest变成待审核,请勿合并
1 parent f005e5d commit 0252d62

File tree

5 files changed

+1757
-684
lines changed

5 files changed

+1757
-684
lines changed

ft-20180713/.gitignore

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,5 @@
1-
composer.phar
2-
/vendor/
3-
4-
# Commit your application's lock file https://getcomposer.org/doc/01-basic-usage.md#commit-your-composer-lock-file-to-version-control
5-
# You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file
6-
composer.lock
7-
8-
.vscode/
9-
.idea
10-
.DS_Store
11-
12-
cache/
13-
*.cache
141
runtime/
2+
.idea/
3+
.vscode/
4+
__pycache__/
5+
.pytest_cache/
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '3.0.4'
1+
__version__ = "1.0.0"

0 commit comments

Comments
 (0)