Update .gitattributes to collapse diffs on generated files

pull/4938/head
Emelia Smith 1 year ago committed by GitHub
parent 01a86009e6
commit 9978b2b959
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

7
.gitattributes vendored

@ -3,3 +3,10 @@
*.scss linguist-vendored
*.js linguist-vendored
CHANGELOG.md export-ignore
# Collapse diffs for generated files:
public/**/*.js text -diff
public/**/*.json text -diff
public/**/*.css text -diff
public/img/* binary -diff
public/fonts/* binary -diff

Loading…
Cancel
Save