mirror of https://github.com/pulumi/pulumi.git
25 lines
289 B
Plaintext
25 lines
289 B
Plaintext
**/bin
|
|
/coverage/
|
|
/prebuilt/
|
|
/node_modules/
|
|
/custom_node/
|
|
/runtime/native/node_dev/
|
|
.nyc_output/
|
|
!yarn.lock
|
|
|
|
# Debug logs
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
.pnpm-debug.log*
|
|
|
|
# Yarn Berry
|
|
.yarn/*
|
|
!.yarn/patches
|
|
!.yarn/plugins
|
|
!.yarn/releases
|
|
!.yarn/versions
|
|
|
|
# Direnv
|
|
/.direnv
|