Skip to content

Commit bea8e1c

Browse files
committed
Improve config files
1 parent 39787c5 commit bea8e1c

File tree

2 files changed

+13
-9
lines changed

2 files changed

+13
-9
lines changed

.gitignore

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
coverage
2-
lib
3-
node_modules
4-
package-lock.json
1+
/coverage
2+
/lib
3+
/node_modules
4+
/package-lock.json
5+
/bundle/typed-array-buffer-schema.tmp.js

.npmignore

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1-
.github
2-
coverage
3-
node_modules
4-
src
5-
test
1+
/*
2+
3+
!/.npmrc
4+
!/README.md
5+
!/bundle
6+
!/lib
7+
!/package.json
8+
!/readme

0 commit comments

Comments
 (0)