Skip to content

Commit

Permalink
Update .gitattributes to collapse diffs on generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
ThisIsMissEm committed Feb 16, 2024
1 parent 01a8600 commit 9978b2b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .gitattributes
Expand Up @@ -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

0 comments on commit 9978b2b

Please sign in to comment.