forked from MirrorHub/synapse
Exclude the github issue template from our sdist (#2440)
PR #2413 added an issue template, but just adding files to the project directory upsets the packaging scripts: we need to explicitly include or exclude them. Move the template into a .github directory to make that easy, and to de-clutter the root a bit.
This commit is contained in:
parent
c0c31656ff
commit
59de2c7afa
2 changed files with 1 additions and 0 deletions
|
@ -27,4 +27,5 @@ exclude jenkins*.sh
|
||||||
exclude jenkins*
|
exclude jenkins*
|
||||||
recursive-exclude jenkins *.sh
|
recursive-exclude jenkins *.sh
|
||||||
|
|
||||||
|
prune .github
|
||||||
prune demo/etc
|
prune demo/etc
|
||||||
|
|
Loading…
Reference in a new issue