diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..85baaf4 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,12 @@ +# Path-based git attributes +# https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html + +# Ignore all tests and documentation with "export-ignore". +/docs export-ignore +/.idea export-ignore +/tests export-ignore +/README.md export-ignore +/SECURITY.md export-ignore +/pint.json export-ignore +/.gitignore export-ignore +/.gitattributes export-ignore