Skip to content

Commit 856a560

Browse files
committed
Ignore all build relevant but runtime irrelevant config files.
Ref: scrum-2340
1 parent 087b102 commit 856a560

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

MANIFEST.in

+7-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,13 @@ graft src/recensio
22
graft docs
33
include *.md
44
include *.rst
5-
exclude *.txt
65
exclude *.cfg
7-
exclude .github.cfg
6+
exclude *.js
7+
exclude *.txt
8+
exclude .*
9+
exclude Makefile
10+
exclude package.json
11+
exclude yarn.lock
812
prune .github
13+
prune resources
914
global-exclude *.pyc

0 commit comments

Comments
 (0)