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

Commit

Permalink
NPM package
Browse files Browse the repository at this point in the history
  • Loading branch information
chrmarti committed Apr 10, 2019
1 parent 7dc60a3 commit bab4309
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
5 changes: 5 additions & 0 deletions containers/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.npmignore
.vscode
test-project
ignore
README.md
3 changes: 3 additions & 0 deletions containers/rust/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
src
Cargo.lock
Cargo.toml
14 changes: 14 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit bab4309

Please sign in to comment.