forked from baron/baron-sso
flutter 상위 구조로 포함. infra 분리 리팩토링
This commit is contained in:
26
.gitignore
vendored
Normal file
26
.gitignore
vendored
Normal 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
|
||||
Reference in New Issue
Block a user