renovate/.gitignore
ctaepper 280e74fa9f feat: expose env to npmrc and npm/yarn/pnpm (#1407)
Adds a config option to bot administrators called `exposeEnv`, for cases where repositories are trusted. If set to true, the bot's full `process.env` can be used for `.npmrc` variable substitution and is passed to child processes when generating lock files. Disabled by default, including in the App.
2018-01-25 10:38:30 +01:00

10 lines
86 B
Text

/node_modules
/config.js
/coverage
/dist
/tmp
.DS_Store
.cache
/*.log
/.vscode
/.idea