Spaces:
Running
Running
Fix: Blank screen on HF Spaces (helmet X-Frame-Options), fix invite link copy, fix FRONTEND_URL
acc0caa | # Dependencies | |
| node_modules/ | |
| **/node_modules/ | |
| # Build outputs | |
| build/ | |
| dist/ | |
| **/build/ | |
| # Exception: include the pre-built frontend assets (needed by root Dockerfile) | |
| !frontend/build/ | |
| !frontend/build/** | |
| # Environment files | |
| .env | |
| **/.env | |
| !**/.env.example | |
| # PostgreSQL data | |
| postgres_data/ | |
| # Logs | |
| *.log | |
| npm-debug.log* | |
| # OS artifacts | |
| .DS_Store | |
| Thumbs.db | |
| # IDE | |
| .vscode/ | |
| .idea/ | |
| *.swp | |
| *.swo | |
| # Docker volumes | |
| postgres_data/ | |