Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit bab4309

Browse files
committed
NPM package
1 parent 7dc60a3 commit bab4309

File tree

4 files changed

+23
-0
lines changed

4 files changed

+23
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Thumbs.db
55
**/out
66
*.out
77
*.class
8+
*.tgz
89

910
## Ignore Visual Studio temporary files, build results, and
1011
## files generated by popular Visual Studio add-ons.

containers/.npmignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
.npmignore
2+
.vscode
3+
test-project
4+
ignore
5+
README.md

containers/rust/.npmignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
src
2+
Cargo.lock
3+
Cargo.toml

package.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"name": "vscode-dev-containers",
3+
"version": "0.1.0",
4+
"description": "VS Code Dev Containers: Definitions and Templates",
5+
"files": [
6+
"containers"
7+
],
8+
"repository": {
9+
"type": "git",
10+
"url": "https://github.com/Microsoft/vscode-dev-containers.git"
11+
},
12+
"author": "Microsoft Corporation",
13+
"license": "SEE LICENSE IN LICENSE.md"
14+
}

0 commit comments

Comments
 (0)