75: Implement the Nenjim Journal model, text parser, manager and filesystem service

This commit is contained in:
2026-08-20 12:28:16 +02:00
parent f29013e9c2
commit b230e15ece
43 changed files with 3303 additions and 276 deletions
+7 -1
View File
@@ -8,4 +8,10 @@ logs/*.log
logs/*.log.gz
conf/*.conf
conf/*.xml
data
# Ignore all files under data
data/**
# Except all subdirectories so git will search all those
!data/**/
# But do NOT ignore those 'example' files
!data/**/*.example