From 382f647d412fdea4fb462191a1587bab5e48cb15 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1s=C3=A1ry=20D=C3=A1niel?= Date: Thu, 25 Jan 2024 12:45:16 +0100 Subject: [PATCH] Additional ignore --- server/-product/production/LOCAL/.gitignore | 1 + server/.gitignore | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 server/.gitignore diff --git a/server/-product/production/LOCAL/.gitignore b/server/-product/production/LOCAL/.gitignore index 8297d08b..bb8f7aca 100644 --- a/server/-product/production/LOCAL/.gitignore +++ b/server/-product/production/LOCAL/.gitignore @@ -1 +1,2 @@ /log/ +/tmp/ diff --git a/server/.gitignore b/server/.gitignore new file mode 100644 index 00000000..d1aa3864 --- /dev/null +++ b/server/.gitignore @@ -0,0 +1,2 @@ +/.metadata/ +/.settings/ -- 2.54.0