Skip to content

Commit

Permalink
Merge pull request #363 from vahnag/vahagn/parser-ignore-accounts
Browse files Browse the repository at this point in the history
Ignore accounts specs while parsing
  • Loading branch information
elanh authored Mar 5, 2024
2 parents b1f8713 + 381ae4a commit cf233f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions parser/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ const ignoreList = [
'package-lock.json',
'parser',
'scripts',
'accounts',
];

async function* walk(dir: string): AsyncGenerator<string> {
Expand Down

0 comments on commit cf233f7

Please sign in to comment.