[add] config

This commit is contained in:
Andy Bunce 2022-03-02 22:46:52 +00:00
parent 7ed73f7224
commit 1a527de128
8 changed files with 13 additions and 7 deletions

View File

@ -1,8 +1,3 @@
# .gitignore sample
# .gitignore nothing
###################
# Ignore all files in this dir...
*
# ... except for this one.
!.gitignore

View File

@ -0,0 +1,11 @@
{
"recommendations": [
"quodatum.ext1",
"quodatum.vscode-basex",
"ms-azuretools.vscode-docker",
"dbaeumer.vscode-eslint",
"eamodio.gitlens",
"kelvin.vscode-sshfs",
"alefragnani.project-manager"
]
}

Binary file not shown.

Binary file not shown.

View File

@ -2,7 +2,7 @@
## docker build
```
docker build --tag=friendlyhello .
docker build --tag=vscode-basex .
```
## compose
```