data_request/krankerl.toml
Arthur Schiwon dc50eb8534
exclude tests and .gitignore when packaging
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2018-06-15 11:02:56 +02:00

17 lines
169 B
TOML

[package]
exclude = [
".drone.yml",
".git",
"Makefile",
".scrutinizer.yml",
".tx",
"krankerl.toml",
"screenshots",
"tests",
".gitignore",
]
before_cmds = [
]