From cd198b7c36f65e8d6faaca3f3b3c47b87c2ce350 Mon Sep 17 00:00:00 2001 From: Andrew Guschin Date: Tue, 10 Sep 2024 16:25:15 +0400 Subject: feat: add async processor of tasks --- graph-checker/.gitignore | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 graph-checker/.gitignore (limited to 'graph-checker/.gitignore') diff --git a/graph-checker/.gitignore b/graph-checker/.gitignore new file mode 100644 index 0000000..99c52db --- /dev/null +++ b/graph-checker/.gitignore @@ -0,0 +1,7 @@ +target +*.sqlite +*.sqlite-shm +*.sqlite-wal + +*.o +*.a -- cgit v1.2.3