Skip to content

Commit

Permalink
fix: ignore .yarn directory (#392)
Browse files Browse the repository at this point in the history
  • Loading branch information
varl authored May 6, 2021
1 parent 0185a99 commit 7481cfa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/utils/files.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,15 @@ const { spawn } = require('./run.js')

// blacklists for files
const blacklist = [
'.git',
'.d2',
'.yarn',
'node_modules',
'build',
'dist',
'target',
'.git',
'vendor',
'dest',
'.d2',
'CHANGELOG.md',
]

Expand Down

0 comments on commit 7481cfa

Please sign in to comment.