Go 바이너리 실행 파일 제외

This commit is contained in:
kyy
2026-02-06 16:28:00 +09:00
parent 6b85f001e2
commit 568af8f90e
2 changed files with 2 additions and 0 deletions
+2
View File
@@ -9,6 +9,7 @@
*.swp
*.log
*.out
*.exe
# Docker Services Data (Volumes)
postgres_data/
@@ -20,6 +21,7 @@ backend/bin/
backend/vendor/
backend/tmp/
backend/.env
backend/server
# userfront (Flutter)
# Note: userfront might have its own .gitignore, but adding here just in case