diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..e768e989 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,10 @@ +# Path-based git attributes +# https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html + +# Ignore all test and documentation with "export-ignore". +/.gitattributes export-ignore +/.gitignore export-ignore +/docs export-ignore +/.editorconfig export-ignore +/docker-compose.yml export-ignore +/yarn.lock export-ignore