[refactor] do some works

- move gitignore in individual directories.
- change some directory layout.
- refactor NlpCodec but not finished.
This commit is contained in:
2024-12-08 23:33:57 +08:00
parent 8fa925d860
commit 52ea2745dd
25 changed files with 953 additions and 9548 deletions

View File

@ -1,6 +1,12 @@
# Nlp Src
Useful comparing differences command:
This directory stores the vanilla NLP files copied from installed Virtools.
This directory may contains some processed temporary files if you are building this repository. These files are ignored by git so don't worry about them.
## Useful Commands
Compare plain text NLP file between different Virtools version when you have decompressed and decrypted vanilla NLP files.
`diff -u --strip-trailing-cr VT25.json VT50.json`
`diff -u --strip-trailing-cr VT25.txt VT50.txt`