Skip to content

Commit 3c087b2

Browse files
authored
chore(gitignore): add editor files/directories (#82)
1 parent 25c631d commit 3c087b2

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,8 @@ updates:
55
schedule:
66
interval: daily
77
open-pull-requests-limit: 10
8-
98
- package-ecosystem: npm
109
directory: '/'
1110
schedule:
1211
interval: daily
1312
open-pull-requests-limit: 10
14-

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,4 +123,8 @@ dist
123123

124124
# lock files
125125
package-lock.json
126-
yarn.lock
126+
yarn.lock
127+
128+
# editor files
129+
.vscode
130+
.idea

0 commit comments

Comments
 (0)