mirror of
https://github.com/lovell/sharp.git
synced 2025-07-09 10:30:15 +02:00
Merge pull request #22 from pierreinglebert/add-npmignore
Add npmignore to minimise published package size
This commit is contained in:
commit
e3a70c1075
2
.gitignore
vendored
2
.gitignore
vendored
@ -13,5 +13,3 @@ results
|
|||||||
build
|
build
|
||||||
node_modules
|
node_modules
|
||||||
tests/fixtures/output.*
|
tests/fixtures/output.*
|
||||||
|
|
||||||
npm-debug.log
|
|
||||||
|
18
.npmignore
Normal file
18
.npmignore
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
lib-cov
|
||||||
|
*.seed
|
||||||
|
*.log
|
||||||
|
*.csv
|
||||||
|
*.dat
|
||||||
|
*.out
|
||||||
|
*.pid
|
||||||
|
*.gz
|
||||||
|
|
||||||
|
pids
|
||||||
|
logs
|
||||||
|
results
|
||||||
|
build
|
||||||
|
node_modules
|
||||||
|
|
||||||
|
.gitignore
|
||||||
|
tests
|
||||||
|
.travis.yml
|
Loading…
x
Reference in New Issue
Block a user