mirror of
https://github.com/danbulant/node-html-parser
synced 2026-06-18 22:21:24 +00:00
npm ignore
This commit is contained in:
parent
71be1b9fbb
commit
dcf8a1797f
2 changed files with 6 additions and 4 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -15,9 +15,5 @@ npm-debug.log
|
||||||
node_modules
|
node_modules
|
||||||
bower_components
|
bower_components
|
||||||
|
|
||||||
.*
|
|
||||||
!.gitignore
|
|
||||||
|
|
||||||
*.sublime-*
|
*.sublime-*
|
||||||
dist/
|
dist/
|
||||||
yarn.lock
|
|
||||||
6
.npmignore
Normal file
6
.npmignore
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
node_modules/
|
||||||
|
npm-debug.log
|
||||||
|
src/
|
||||||
|
test/
|
||||||
|
.travis.yml
|
||||||
|
tsconfig.json
|
||||||
Loading…
Reference in a new issue