From 50c6cc320693007981704af49065f3e35da99a02 Mon Sep 17 00:00:00 2001 From: PoliEcho Date: Sat, 7 Dec 2024 15:04:37 +0100 Subject: [PATCH] add gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1981917 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +server +.vscode \ No newline at end of file