Cleanup unused

This commit is contained in:
thomashii 2022-04-23 16:51:55 +08:00
parent 3375d50e68
commit 38073e5b61
9 changed files with 7 additions and 15 deletions

2
.gitignore vendored
View file

@ -71,7 +71,7 @@ fabric.properties
# Others # Others
logs/ logs/
.DS_Store #.DS_Store
server_log.txt server_log.txt
ormapp/ ormapp/
backup/ backup/

2
.pubignore Normal file
View file

@ -0,0 +1,2 @@
.DS_Store
tasks.json

View file

@ -0,0 +1 @@
.DS_Store

View file

@ -86,3 +86,4 @@ com_crashlytics_export_strings.xml
crashlytics.properties crashlytics.properties
crashlytics-build.properties crashlytics-build.properties
fabric.properties fabric.properties

View file

@ -0,0 +1 @@
tasks.json

View file

@ -1,3 +0,0 @@
language: dart
services:
- mongodb

View file

@ -1,10 +0,0 @@
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "0.1.0",
"command": "test",
"isShellCommand": true,
"args": ["pub", "run", "test"],
"showOutput": "always",
"suppressTaskName": true
}

View file

@ -1,6 +1,6 @@
# Change Log # Change Log
## 6.0.0 ## 6.0.0-bata.1
* Updated to SDK 2.16.x * Updated to SDK 2.16.x
* Added support for MariaDB 10.2.x with `mysql1` driver * Added support for MariaDB 10.2.x with `mysql1` driver