From 856a5605a7adff3d746fa1956d41e3696c076d81 Mon Sep 17 00:00:00 2001 From: Johannes Raggam Date: Mon, 10 Jun 2024 14:30:02 +0200 Subject: [PATCH] Ignore all build relevant but runtime irrelevant config files. Ref: scrum-2340 --- MANIFEST.in | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index b75287f..4bbec87 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -2,8 +2,13 @@ graft src/recensio graft docs include *.md include *.rst -exclude *.txt exclude *.cfg -exclude .github.cfg +exclude *.js +exclude *.txt +exclude .* +exclude Makefile +exclude package.json +exclude yarn.lock prune .github +prune resources global-exclude *.pyc