forked from baron/baron-sso
52 lines
811 B
Plaintext
52 lines
811 B
Plaintext
# General
|
|
.env
|
|
.temp
|
|
.DS_Store
|
|
.idea/
|
|
.vscode/
|
|
.codex
|
|
.codex/
|
|
.serena/
|
|
.generated/
|
|
*.swp
|
|
*.log
|
|
*.out
|
|
*.exe
|
|
.npm-cache/
|
|
reports
|
|
reports/*
|
|
config/*.pem
|
|
|
|
# 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/
|
|
orgfront/node_modules/
|
|
orgfront/dist/
|
|
orgfront/.vite/
|