1
0
forked from baron/baron-sso

Go 바이너리 실행 파일 제외

This commit is contained in:
2026-02-06 16:21:18 +09:00
parent 6b85f001e2
commit 568af8f90e
2 changed files with 2 additions and 0 deletions

2
.gitignore vendored
View File

@@ -9,6 +9,7 @@
*.swp *.swp
*.log *.log
*.out *.out
*.exe
# Docker Services Data (Volumes) # Docker Services Data (Volumes)
postgres_data/ postgres_data/
@@ -20,6 +21,7 @@ backend/bin/
backend/vendor/ backend/vendor/
backend/tmp/ backend/tmp/
backend/.env backend/.env
backend/server
# userfront (Flutter) # userfront (Flutter)
# Note: userfront might have its own .gitignore, but adding here just in case # Note: userfront might have its own .gitignore, but adding here just in case

Binary file not shown.