mirror of
https://github.com/grpc/grpc-node.git
synced 2025-12-08 18:23:54 +00:00
26 lines
277 B
Plaintext
26 lines
277 B
Plaintext
.DS_Store
|
|
.vscode
|
|
build/
|
|
node_modules/
|
|
npm-debug.log
|
|
yarn-error.log
|
|
yarn.lock
|
|
|
|
# Emacs temp files
|
|
*~
|
|
\#*\#
|
|
.\#*
|
|
|
|
packages/grpc-native-core/src/node/
|
|
|
|
.nyc_output/
|
|
reports/
|
|
|
|
package-lock.json
|
|
|
|
# Test generated files
|
|
coverage
|
|
|
|
# Node's bash completion file
|
|
.node_bash_completion
|