mirror of
https://github.com/lovell/sharp.git
synced 2026-02-05 06:06:18 +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
|
||||
node_modules
|
||||
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