From 46c896bcd78d31130321562b0659e28230261b8e Mon Sep 17 00:00:00 2001 From: Dylan Date: Sat, 6 Jun 2026 18:05:19 +1200 Subject: feat: Initial commit, json data structure and serializing to json --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') 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 -- cgit v1.2.3