diff options
| author | Dylan <boss@tehbox.org> | 2026-06-06 18:05:19 +1200 |
|---|---|---|
| committer | Dylan <boss@tehbox.org> | 2026-06-06 18:05:19 +1200 |
| commit | 46c896bcd78d31130321562b0659e28230261b8e (patch) | |
| tree | 66174f484693763b7a7ca678fda8ea4b2b98cbe7 /.gitignore | |
| download | tehjson-46c896bcd78d31130321562b0659e28230261b8e.tar.gz tehjson-46c896bcd78d31130321562b0659e28230261b8e.zip | |
feat: Initial commit, json data structure and serializing to json
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..66ccce8 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +.cache +.clang-format +.direnv +build +compile_commands.json +include +json_test +lib
\ No newline at end of file |
