mirror of
https://github.com/lovell/sharp.git
synced 2026-02-06 22:56:16 +01:00
Merge pull request #22 from pierreinglebert/add-npmignore
Add npmignore to minimise published package size
This commit is contained in:
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
|
||||||
Reference in New Issue
Block a user