Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 181 Bytes

File metadata and controls

6 lines (5 loc) · 181 Bytes

Exclude files in git diff

$ git diff -- ':!package-lock.json' # do not show 'package-lock.json' changes in diff
$ git diff -- ':!*.json' # do not show any .json files