mirror of
https://gitlab.com/renovate-bot/renovate-runner.git
synced 2025-04-18 06:48:22 +02:00
parent
12863c0d50
commit
ec1bb3a2c9
3 changed files with 13 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,2 +1,3 @@
|
|||
/node_modules
|
||||
yarn-error.log
|
||||
yarn-error.log
|
||||
.npm
|
||||
|
|
7
.gitpod.yml
Normal file
7
.gitpod.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
tasks:
|
||||
- init: npm ci --cache .npm --prefer-offline
|
||||
|
||||
vscode:
|
||||
extensions:
|
||||
- esbenp.prettier-vscode
|
||||
- GitLab.gitlab-workflow
|
4
.vscode/settings.json
vendored
Normal file
4
.vscode/settings.json
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
||||
"editor.formatOnSave": true
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue