We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24c3f51 commit 91e31dcCopy full SHA for 91e31dc
ci/licenses_golden/tool_signature
@@ -1,2 +1,2 @@
1
-Signature: 987c7f6d5aa9e61354f5aff08b26462b
+Signature: 72ebd2a03a8ef0d932f937c97ed540e5
2
tools/licenses/lib/main.dart
@@ -930,6 +930,7 @@ class _RepositoryDirectory extends _RepositoryEntry implements LicenseSource {
930
entry.name != '.git' &&
931
entry.name != '.github' &&
932
entry.name != '.gitignore' &&
933
+ entry.name != '.vscode' &&
934
entry.name != 'test' &&
935
entry.name != 'test.disabled' &&
936
entry.name != 'test_support' &&
0 commit comments