Implement a simple config file parser
This commit is contained in:
parent
7744ac69f4
commit
a04dd647f6
20 changed files with 601 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,4 +1,7 @@
|
|||
# ---> C++
|
||||
# LSP Cache
|
||||
.cache/
|
||||
|
||||
# Build dirs
|
||||
build/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue