This commit is contained in:
Christof Marti 2019-04-08 16:23:51 +02:00
Родитель 7dc60a37de
Коммит bab43099ce
4 изменённых файлов: 23 добавлений и 0 удалений

1
.gitignore поставляемый
Просмотреть файл

@ -5,6 +5,7 @@ Thumbs.db
**/out
*.out
*.class
*.tgz
## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.

5
containers/.npmignore Normal file
Просмотреть файл

@ -0,0 +1,5 @@
.npmignore
.vscode
test-project
ignore
README.md

Просмотреть файл

@ -0,0 +1,3 @@
src
Cargo.lock
Cargo.toml

14
package.json Normal file
Просмотреть файл

@ -0,0 +1,14 @@
{
"name": "vscode-dev-containers",
"version": "0.1.0",
"description": "VS Code Dev Containers: Definitions and Templates",
"files": [
"containers"
],
"repository": {
"type": "git",
"url": "https://github.com/Microsoft/vscode-dev-containers.git"
},
"author": "Microsoft Corporation",
"license": "SEE LICENSE IN LICENSE.md"
}