Skip to content

Commit

Permalink
clean up package content
Browse files Browse the repository at this point in the history
  • Loading branch information
ebrehault committed Mar 16, 2017
1 parent 27241e8 commit 532b159
Showing 1 changed file with 32 additions and 8 deletions.
40 changes: 32 additions & 8 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,34 @@
/__build__
/__server_build__
*.ngFactory.ts
/node_modules
/doc/
/typings
/coverage
/tsd_typings/
.idea
.vscode
/src
/tests
/tmp
/demo

# IDEs and editors
/.idea
.project
.classpath
*.launch
.settings/
.editorconfig
.vscode

# misc
/.sass-cache
/connect.lock
/coverage/*
/libpeerconnection.log
npm-debug.log
testem.log
/typings
.travis.yml
.npmignore

# e2e
/e2e/*.js
/e2e/*.map

#System Files
.DS_Store
Thumbs.db

0 comments on commit 532b159

Please sign in to comment.