mirror of
https://github.com/lovell/sharp.git
synced 2026-02-04 05:36:18 +01:00
The vast majority of people don't need this. Package managers are (correctly) starting to block install scripts by default, so this change should reduce install-time warnings.
18 lines
258 B
Plaintext
18 lines
258 B
Plaintext
src/build
|
|
src/node_modules
|
|
node_modules
|
|
npm/*/*
|
|
!npm/*/package.json
|
|
test/bench/node_modules
|
|
test/fixtures/output*
|
|
test/fixtures/vips-properties.xml
|
|
test/leak/libvips.supp
|
|
.DS_Store
|
|
.vscode/
|
|
package-lock.json
|
|
.idea
|
|
.firebase
|
|
.astro
|
|
docs/dist
|
|
release-notes.md
|