Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3ef8d45

Browse files
committedMar 27, 2017
add example
1 parent 5bf5337 commit 3ef8d45

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+673
-1
lines changed
 
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
dist/
2+
node_modules/
3+
out-tsc/
4+
debug.log
5+
npm-debug.log
6+
src/**/*.js
7+
!src/demo/systemjs.config.js
8+
!src/demo/systemjs.config.lib.js
9+
*.js.map
10+
e2e/**/*.js
11+
e2e/**/*.js.map
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Ignore eveything by default.
2+
/*
3+
4+
# Only publish these files/folders:
5+
!dist/
6+
!LICENSE
7+
!package.json
8+
!README.md

0 commit comments

Comments
 (0)
This repository has been archived.