kopia lustrzana https://github.com/pixelfed/pixelfed
Update .gitattributes to collapse diffs on generated files
rodzic
01a86009e6
commit
9978b2b959
|
@ -3,3 +3,10 @@
|
||||||
*.scss linguist-vendored
|
*.scss linguist-vendored
|
||||||
*.js linguist-vendored
|
*.js linguist-vendored
|
||||||
CHANGELOG.md export-ignore
|
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
|
||||||
|
|
Ładowanie…
Reference in New Issue