mirror of
https://github.com/nextcloud/talk_matterbridge.git
synced 2025-12-18 05:20:37 +01:00
Add config for Krankerl
Signed-off-by: Gary Kim <gary@garykim.dev>
This commit is contained in:
parent
79b87af6b0
commit
9dac1cfb63
2 changed files with 10 additions and 0 deletions
6
.nextcloudignore
Normal file
6
.nextcloudignore
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
/.idea/
|
||||
/.git/
|
||||
|
||||
/Makefile
|
||||
/README.md
|
||||
/build/
|
||||
4
krankerl.toml
Normal file
4
krankerl.toml
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
[package]
|
||||
before_cmds = [
|
||||
"make binaries"
|
||||
]
|
||||
Loading…
Add table
Reference in a new issue