From 2233521a43cc4b4e23db2c48ce83b5138e3d0f5d Mon Sep 17 00:00:00 2001 From: Vlad Stan Date: Mon, 13 Feb 2023 16:44:23 +0200 Subject: [PATCH] feat: ignore some files from release export --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9057ec5 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +README.md export-ignore \ No newline at end of file