Add config for Krankerl

Signed-off-by: Gary Kim <gary@garykim.dev>
This commit is contained in:
Gary Kim 2020-09-03 13:32:59 -04:00
parent 79b87af6b0
commit 9dac1cfb63
No known key found for this signature in database
GPG key ID: 9349B59FB54594AC
2 changed files with 10 additions and 0 deletions

6
.nextcloudignore Normal file
View file

@ -0,0 +1,6 @@
/.idea/
/.git/
/Makefile
/README.md
/build/

4
krankerl.toml Normal file
View file

@ -0,0 +1,4 @@
[package]
before_cmds = [
"make binaries"
]