Skip to content

Commit 11589dd

Browse files
committed
chore: exchange gitignore and renovate config with main one #33
1 parent c2c05e2 commit 11589dd

2 files changed

Lines changed: 1 addition & 26 deletions

File tree

.gitignore

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,3 @@
1-
# Default ignored files
2-
/shelf/
3-
/workspace.xml
4-
# Editor-based HTTP Client requests
5-
/httpRequests/
6-
# Datasource local storage ignored files
7-
/dataSources/
8-
/dataSources.local.xml
9-
10-
# Created by https://www.toptal.com/developers/gitignore/api/intellij+all,linux,maven,angular,visualstudiocode
11-
# Edit at https://www.toptal.com/developers/gitignore?templates=intellij+all,linux,maven,angular,visualstudiocode
12-
13-
### Angular ###
14-
## Angular ##
15-
# compiled output
16-
dist/
17-
tmp/
18-
app/**/*.js
19-
app/**/*.js.map
20-
21-
# dependencies
22-
node_modules/
23-
bower_components/
24-
251
# IDEs and editors
262
.idea/*
273

@@ -49,7 +25,6 @@ out/
4925
### Maven ###
5026
target/
5127

52-
#TODO: Check with Giannin whether someone uses VS_CODE
5328
### VisualStudioCode ###
5429
.vscode/*
5530
!.vscode/settings.json

renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
":rebaseStalePrs"
66
],
77
"schedule" : [
8-
"* 23-4 * * *"
8+
"* 23,0-4 * * *"
99
],
1010
"automergeSchedule": [
1111
"* 23-4 * * *"

0 commit comments

Comments
 (0)