Skip to content

Commit ea6e3ca

Browse files
committed
Ignore more files
1 parent 6f359de commit ea6e3ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wiz.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
'.mov', '.mp3', '.wav', '.flac', '.ogg', '.webm', '.mkv', '.flv', '.m4a', '.wma', '.aac', '.opus', '.bmp',
2424
'.tiff', '.tif', '.psd', '.ai', '.eps', '.indd', '.raw', '.cr2', '.nef', '.orf', '.sr2', '.svgz', '.ico',
2525
'.ps', '.eps', '.pdf', '.doc', '.docx', '.ppt', '.pptx', '.xls', '.xlsx', '.odt', '.ods', '.odp',
26-
'.egg-info', '.whl', '.pyc',
26+
'.egg-info', '.whl', '.pyc', 'package-lock.json', 'yarn.lock',
2727
)
2828
## common files to ignore
2929
ignore_files = ('.gitignore', '.dockerignore')

0 commit comments

Comments
 (0)