Skip to content
This repository was archived by the owner on Aug 15, 2019. It is now read-only.

Commit 0e68eb0

Browse files
committed
update .gitignore and .npmignore
1 parent 40a6bfd commit 0e68eb0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ npm-debug.log
99
.DS_Store
1010
dist/
1111
.idea/
12-
deeplearn-*.tgz
12+
*.tgz
1313
**/*.pyc

.npmignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ coverage/
99
node_modules/
1010
website/
1111
karma.conf.js
12-
deeplearn-*.tgz
12+
*.tgz
1313
dist/demos/
1414
dist/**/*.js.map
1515
dist/**/*_test.js

0 commit comments

Comments
 (0)