Skip to content

Commit

Permalink
feat: Add .DS_Store to ignored_files by default
Browse files Browse the repository at this point in the history
  • Loading branch information
bencergazda committed May 19, 2021
1 parent bc7b7f6 commit 583720d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ async function config() {
manager: 'npm',
install_args: '',
types: ['dependencies', 'devDependencies'],
ignored_files: ['package.json', 'node_modules'],
ignored_files: ['package.json', 'node_modules', '.DS_Store'],
ignored_packages: [],
};

Expand Down

0 comments on commit 583720d

Please sign in to comment.