Skip to content

Commit 9fc633a

Browse files
committed
add krankerl config
Signed-off-by: Arthur Schiwon <[email protected]>
1 parent 9e7eba1 commit 9fc633a

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

krankerl.toml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
[package]
2+
exclude = [
3+
".drone.yml",
4+
".git",
5+
".github",
6+
".tx",
7+
"krankerl.toml",
8+
"README.md",
9+
"screenshots",
10+
"tests",
11+
]
12+
13+
before_cmds = [
14+
15+
]

0 commit comments

Comments
 (0)