diff options
author | Ashelyn Dawn <git@ashen.earth> | 2024-01-29 23:45:50 -0700 |
---|---|---|
committer | Ashelyn Rose <git@ashen.earth> | 2024-07-02 22:11:53 -0600 |
commit | 0d96660fcbdb6ad7f2cef60f74b09018e0386036 (patch) | |
tree | 2d07cebfeed9fa1af51e8308a44efef106ae5c08 /.gitignore | |
parent | 42f81f6f816190d764d0611a90ab8f8b9e44d587 (diff) |
config structure parsing
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index ea8c4bf..88fe8b9 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,4 @@ /target + +# For testing config parsing +config.toml |