From de415df1a99c035c7ba42b0205c5b04c4b24028d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Dvo=C5=99=C3=A1k?= Date: Fri, 3 Oct 2025 17:44:17 +0200 Subject: [PATCH] ff --- backend/.gitignore | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 backend/.gitignore diff --git a/backend/.gitignore b/backend/.gitignore deleted file mode 100644 index 7922781..0000000 --- a/backend/.gitignore +++ /dev/null @@ -1,30 +0,0 @@ -# Binaries -*.exe -*.exe~ -*.dll -*.so -*.dylib -main - -# Test binary -*.test - -# Output of the go coverage tool -*.out - -# Database files -*.sqlite -*.db - -# Logos directory -logos/ - -# Go workspace file -go.work - -# IDE -.vscode/ -.idea/ -*.swp -*.swo -*~