diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..421c8f1e --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +# Exclude files related to git when generating an archive +.git* export-ignore +# Exclude ci-only scripts when generating an archive +bin/autoresolve export-ignore