1
0
forked from baron/baron-sso
Files
baron-sso/.gitignore
2026-01-28 08:28:25 +09:00

27 lines
394 B
Plaintext

# 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
# userfront (Flutter)
# Note: userfront might have its own .gitignore, but adding here just in case
userfront/build/
userfront/.dart_tool/
userfront/.packages
userfront/.pub/
userfront/.env