feat: add initial functionality
This commit is contained in:
parent
b85c1e6220
commit
c43fd906cd
7 changed files with 278 additions and 0 deletions
13
.gitignore
vendored
Normal file
13
.gitignore
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
# IDE files
|
||||
*.iml
|
||||
.idea/
|
||||
|
||||
# build files
|
||||
/target
|
||||
|
||||
# runtime files
|
||||
*.log
|
||||
/files
|
||||
|
||||
# config
|
||||
config.toml
|
Loading…
Add table
Add a link
Reference in a new issue