mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 14:51:44 +00:00
Bazel's rules_js rely on the pnpm package manager. To simplify the integration, we're migrating to pnpm from our current package manager — yarn. Another reason to migrate is that pnpm is cool and fast. 😉
27 lines
344 B
Plaintext
27 lines
344 B
Plaintext
npm-debug.log
|
|
pnpm-error.log
|
|
pnpm-debug.log
|
|
.DS_Store
|
|
|
|
# Ignore build/ except for the Phabricator package.json
|
|
/build/*
|
|
!/build/phabricator/
|
|
/build/phabricator/*
|
|
!/build/phabricator/package.json
|
|
!/build/phabricator/package-lock.json
|
|
|
|
.checksum
|
|
.extension
|
|
|
|
*.zip
|
|
*.crx
|
|
*.pem
|
|
*.xpi
|
|
update.xml
|
|
npm-debug.log.*
|
|
/.gtm/
|
|
|
|
code-intel-extensions
|
|
|
|
*.har
|