Initial commit rework, minor fixes/improvements, beta v0.1.0

This commit is contained in:
unknown
2026-05-22 02:54:58 +02:00
5 changed files with 36 additions and 14 deletions

12
.gitignore vendored
View File

@@ -1,5 +1,11 @@
config/default.toml
/data
/data/master.key
/data/db.sqlite
master.key
db.sqlite
/systemd
**/dist
@@ -19,10 +25,6 @@ target
# rustc will dump stack traces when hitting an internal compiler error to PWD
rustc-ice-*.txt
master.key
db.sqlite
node_modules/
.node_modules/
built/*