forked from baron/baron-sso
64 lines
1023 B
Plaintext
64 lines
1023 B
Plaintext
# General
|
|
.env
|
|
.env_backup
|
|
.temp
|
|
.DS_Store
|
|
.idea/
|
|
.vscode/
|
|
.codex
|
|
.codex/
|
|
.serena/
|
|
.generated/
|
|
config/.generated/
|
|
*.swp
|
|
*.log
|
|
*.out
|
|
*.exe
|
|
.npm-cache/
|
|
reports
|
|
reports/*
|
|
/backups/
|
|
/tmp/rp-restore-*/
|
|
config/*.pem
|
|
common/node_modules
|
|
common/.baron-deps-install.lock
|
|
|
|
# Docker Services Data (Volumes)
|
|
postgres_data/
|
|
clickhouse_data/
|
|
docker/ory/oathkeeper/logs/
|
|
|
|
# Backend (Go)
|
|
backend/main
|
|
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
|
|
userfront/build/
|
|
userfront/.dart_tool/
|
|
userfront/.packages
|
|
userfront/.pub/
|
|
userfront/.env
|
|
|
|
# Frontend test artifacts
|
|
adminfront/test-results/
|
|
adminfront/test-results.nobody-backup/
|
|
devfront/test-results/
|
|
orgfront/test-results/
|
|
adminfront/playwright-report/
|
|
devfront/playwright-report/
|
|
orgfront/playwright-report/
|
|
adminfront/coverage/
|
|
devfront/coverage/
|
|
orgfront/coverage/
|
|
orgfront/node_modules/
|
|
orgfront/dist/
|
|
orgfront/.vite/
|
|
.pnpm-store
|
|
.playwright-mcp
|
|
node_modules
|