75: Implement the Nenjim Journal model, text parser, manager and filesystem service
This commit is contained in:
+7
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user