From 43a716da46713b13ffe6127e9cd0f7ffd0bc8422 Mon Sep 17 00:00:00 2001 From: Mohayemin Date: Thu, 9 Mar 2023 06:44:08 -0700 Subject: [PATCH] exclude items from zenodo --- .zenodo.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .zenodo.json diff --git a/.zenodo.json b/.zenodo.json new file mode 100644 index 0000000..5be9473 --- /dev/null +++ b/.zenodo.json @@ -0,0 +1,7 @@ +{ + "exclude": [ + ".github/", + ".gitignore", + ".idea/" + ] +} \ No newline at end of file