mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-27 03:21:55 -04:00
* feat: option to disable pnpm hooks * fix: as for review; doesn't work until @pnpm/types is upgraded * fix: use opts.ignorePnpmfile in the caller * chore: update shrinkwrap.yaml * test: --ignore-pnpmfile flag
29 lines
405 B
Plaintext
29 lines
405 B
Plaintext
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
|
|
# Dependency directory
|
|
node_modules
|
|
_node_modules
|
|
|
|
# Coverage directory used by tools like istanbul
|
|
coverage
|
|
|
|
fixtures
|
|
.tmp
|
|
_docpress
|
|
|
|
lib
|
|
|
|
# Visual Studio Code configs
|
|
.vscode/
|
|
|
|
# JetBrains IDEs
|
|
.idea/
|
|
|
|
# pnpm uses npm for publishing a new version with
|
|
# dependencies bundled but the npm lockfile is not needed
|
|
# because pnpm use pnpm for installation
|
|
package-lock.json
|