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 -*~