From dfb33a323dd2c8011cfdcbb987392933a085cdbc Mon Sep 17 00:00:00 2001 From: Vladimir Date: Sun, 31 Jul 2022 14:42:57 +0300 Subject: [PATCH] Add .gitattributes, exclude tests from archive --- .gitattributes | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..83e7eeb3 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,6 @@ +/.gitattributes export-ignore +/.github export-ignore +/.gitignore export-ignore +/.gitmodules export-ignore +/.travis.yml export-ignore +/tests export-ignore