exclude tests and .gitignore when packaging

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
This commit is contained in:
Arthur Schiwon 2018-06-15 11:02:56 +02:00
parent 392c4cb753
commit dc50eb8534
No known key found for this signature in database
GPG Key ID: 7424F1874854DF23
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,8 @@ exclude = [
".tx", ".tx",
"krankerl.toml", "krankerl.toml",
"screenshots", "screenshots",
"tests",
".gitignore",
] ]
before_cmds = [ before_cmds = [