From 8b5b3dd00cc16c351670a25933f4b37a604abaf8 Mon Sep 17 00:00:00 2001 From: Steven Le Rouzic Date: Sun, 11 May 2025 23:42:35 +0200 Subject: Initial commit --- protocol/.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 protocol/.gitignore (limited to 'protocol/.gitignore') diff --git a/protocol/.gitignore b/protocol/.gitignore new file mode 100644 index 0000000..ee37d2b --- /dev/null +++ b/protocol/.gitignore @@ -0,0 +1,2 @@ +node_modules/ +target/ \ No newline at end of file -- cgit