diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000000..20db8b630a2f --- /dev/null +++ b/.gitattributes @@ -0,0 +1,17 @@ +* text=auto + +# SVGs are treated as binary by default +*.svg text + +# Don't diff machine generated files +package-lock.json -diff + +# Treat images as binary +*.ico binary +*.png binary + +# Don't export/archive these files +.github export-ignore +.gitpod.yml export-ignore +.travis.yml export-ignore +CNAME export-ignore