NPM package
This commit is contained in:
Родитель
7dc60a37de
Коммит
bab43099ce
|
@ -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.
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
.npmignore
|
||||
.vscode
|
||||
test-project
|
||||
ignore
|
||||
README.md
|
|
@ -0,0 +1,3 @@
|
|||
src
|
||||
Cargo.lock
|
||||
Cargo.toml
|
|
@ -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"
|
||||
}
|
Загрузка…
Ссылка в новой задаче