Skip to content

Commit 0d0ffd0

Browse files
committed
add to gitignore
1 parent f38d433 commit 0d0ffd0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,15 @@ dist
122122
# Stores VSCode versions used for testing VSCode extensions
123123
.vscode-test
124124

125+
# JetBrains
126+
.idea
127+
125128
# yarn v2
126129
.yarn/cache
127130
.yarn/unplugged
128131
.yarn/build-state.yml
129132
.yarn/install-state.gz
130133
.pnp.*
134+
135+
# Mac
136+
.DS_Store

0 commit comments

Comments
 (0)