From ef8e276993d0fb1809795809c2cff7a46b33bb29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Ch=C5=82odnicki?= Date: Sun, 3 May 2020 11:06:58 +0200 Subject: [PATCH] Add .gitattributs to avoid releasing unnecessary files --- .gitattributes | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..d67f536 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,6 @@ +.dependabot export-ignore +.github/ export-ignore +codecov.yml export-ignore +tests/ export-ignore +tox.ini export-ignore +unittesting.json export-ignore