Skip to content

Commit

Permalink
Dev: Ignore redundant files to propagate to npm (tensorflow#1077)
Browse files Browse the repository at this point in the history
DEV This PR adds redundant files to `.npmignore`. Also, adds `package` to `.gitignore`. Finally removes few entries in `.npmignore` which are no longer part of source.
  • Loading branch information
manrajgrover authored and dsmilkov committed Jun 5, 2018
1 parent e916556 commit 607979f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ dist-es6/
.yalc/
yalc.lock
.rpt2_cache/
package/
11 changes: 5 additions & 6 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,21 +1,20 @@
.vscode/
.rpt2_cache/
demos/
integration_tests/
docs/
scripts/
src/
starter/
models/
coverage/
node_modules/
website/
karma.conf.js
*.tgz
dist/demos/
*.log
dist/**/*.js.map
.travis.yml
.npmignore
CONTRIBUTING.md
tslint.json
yarn.lock
DEVELOPMENT.md
ISSUE_TEMPLATE.md
PULL_REQUEST_TEMPLATE.md
rollup.config.js

0 comments on commit 607979f

Please sign in to comment.