1
0
forked from baron/baron-sso

flutter 상위 구조로 포함. infra 분리 리팩토링

This commit is contained in:
Lectom C Han
2025-12-23 17:20:27 +09:00
commit 48589dca5d
85 changed files with 3120 additions and 0 deletions

26
.gitignore vendored Normal file
View File

@@ -0,0 +1,26 @@
# General
.env
.DS_Store
.idea/
.vscode/
*.swp
*.log
# Docker Services Data (Volumes)
postgres_data/
clickhouse_data/
# Backend (Go)
backend/main
backend/bin/
backend/vendor/
backend/tmp/
backend/.env
# Frontend (Flutter)
# Note: Frontend might have its own .gitignore, but adding here just in case
frontend/build/
frontend/.dart_tool/
frontend/.packages
frontend/.pub/
frontend/.env