From 02defcb86a3dfbfac8a943eab30db0543054ac60 Mon Sep 17 00:00:00 2001 From: ragilap Date: Wed, 22 Oct 2025 21:25:16 +0700 Subject: [PATCH] fix(BE): ignore makefile --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 90267937..5c388314 100644 --- a/.gitignore +++ b/.gitignore @@ -10,8 +10,13 @@ bin/ *.exe *.out +Makefile +docker-compose.local.yml +docker-compose.yaml +Dockerfile.local # Go build cache .gocache/ +vendor/ # Logs & reports *.log