Cleanup unused
This commit is contained in:
parent
3375d50e68
commit
38073e5b61
9 changed files with 7 additions and 15 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -71,7 +71,7 @@ fabric.properties
|
|||
|
||||
# Others
|
||||
logs/
|
||||
.DS_Store
|
||||
#.DS_Store
|
||||
server_log.txt
|
||||
ormapp/
|
||||
backup/
|
2
.pubignore
Normal file
2
.pubignore
Normal file
|
@ -0,0 +1,2 @@
|
|||
.DS_Store
|
||||
tasks.json
|
1
packages/client/.pubignore
Normal file
1
packages/client/.pubignore
Normal file
|
@ -0,0 +1 @@
|
|||
.DS_Store
|
1
packages/mongo/.gitignore
vendored
1
packages/mongo/.gitignore
vendored
|
@ -86,3 +86,4 @@ com_crashlytics_export_strings.xml
|
|||
crashlytics.properties
|
||||
crashlytics-build.properties
|
||||
fabric.properties
|
||||
|
||||
|
|
1
packages/mongo/.pubignore
Normal file
1
packages/mongo/.pubignore
Normal file
|
@ -0,0 +1 @@
|
|||
tasks.json
|
|
@ -1,3 +0,0 @@
|
|||
language: dart
|
||||
services:
|
||||
- mongodb
|
10
packages/mongo/.vscode/tasks.json
vendored
10
packages/mongo/.vscode/tasks.json
vendored
|
@ -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
|
||||
}
|
|
@ -1,6 +1,6 @@
|
|||
# Change Log
|
||||
|
||||
## 6.0.0
|
||||
## 6.0.0-bata.1
|
||||
|
||||
* Updated to SDK 2.16.x
|
||||
* Added support for MariaDB 10.2.x with `mysql1` driver
|
||||
|
|
Loading…
Reference in a new issue