Skip to content

Commit

Permalink
feat(config): Reimplement deserialisation for Config file, also imple…
Browse files Browse the repository at this point in the history
…ment serialisation (#25)

* feat(config): _de_serialization of config object

* fix(project): Now projects are within their default dirs, not the dirs themselves
  • Loading branch information
acovaci authored May 25, 2024
1 parent aafc920 commit c1b311e
Show file tree
Hide file tree
Showing 31 changed files with 1,017 additions and 323 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -113,3 +113,5 @@ $RECYCLE.BIN/
# End of https://www.toptal.com/developers/gitignore/api/visualstudiocode,macos,windows,linux,rust

.vscode/*
tests/tmp
tests/.config/*
Loading

0 comments on commit c1b311e

Please sign in to comment.