1
0
Fork 0

Merge pull request #4938 from ThisIsMissEm/patch-2

Update .gitattributes to collapse diffs on generated files
This commit is contained in:
daniel 2024-02-18 19:21:14 -07:00 committed by GitHub
commit f97afcf47e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 0 deletions

7
.gitattributes vendored
View File

@ -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