From: Vladimir Date: Sun, 31 Jul 2022 11:42:57 +0000 (+0300) Subject: Add .gitattributes, exclude tests from archive X-Git-Tag: v4.16.0~16 X-Git-Url: https://git.joonet.de/?a=commitdiff_plain;h=dfb33a323dd2c8011cfdcbb987392933a085cdbc;p=adminer.git Add .gitattributes, exclude tests from archive --- 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