Skip to content

Commit 85533d0

Browse files
authored
Properly ignore __ files
1 parent c60a7c6 commit 85533d0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.vscodeignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ images/public.gif
66
npm-debug.log
77
yarn.lock
88
yarn-error.log
9-
**/__*
9+
__*
10+
__*/**/*
1011
.codeclimate.yml
1112
.editorconfig
1213
.eslintignore

0 commit comments

Comments
 (0)