diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..8fb9611 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,6 @@ +# Exclude all files from export +* export-ignore + +# Include only the dist folder +!/dist !export-ignore +!/dist/** !export-ignore