Explorar el Código

Merge pull request #4938 from ThisIsMissEm/patch-2

Update .gitattributes to collapse diffs on generated files
daniel hace 1 año
padre
commit
f97afcf47e
Se han modificado 1 ficheros con 7 adiciones y 0 borrados
  1. 7 0
      .gitattributes

+ 7 - 0
.gitattributes

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