0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-10 06:38:55 +02:00

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:
Richard van der Hoff 2017-09-05 21:57:19 +01:00 committed by GitHub
parent c0c31656ff
commit 59de2c7afa
2 changed files with 1 additions and 0 deletions

View file

@ -27,4 +27,5 @@ exclude jenkins*.sh
exclude jenkins*
recursive-exclude jenkins *.sh
prune .github
prune demo/etc