From 9d01d7873e4fadfab2f8cba4c09533895f21c96a Mon Sep 17 00:00:00 2001 From: Michael Aaron Murphy Date: Mon, 6 Feb 2023 19:25:35 +0100 Subject: [PATCH] chore(debian): ensure that the target and vendor directories are not included --- debian/source/options | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 debian/source/options diff --git a/debian/source/options b/debian/source/options new file mode 100644 index 0000000..97d96f6 --- /dev/null +++ b/debian/source/options @@ -0,0 +1,2 @@ +tar-ignore=target +tar-ignore=vendor \ No newline at end of file