Files
plantillas-proyectos/.gitignore
AlexeerCT f2d645235a Update Docker configuration and Jenkinsfile for E2E testing
- Added .env.e2e.generated to .gitignore to prevent committing generated environment files.
- Updated docker-compose.yml to use environment variables for Keycloak ports, enhancing flexibility in CI environments.
- Enhanced Jenkinsfile to generate dynamic Keycloak ports for E2E testing and improved logging for troubleshooting during failures.
2026-04-24 13:24:37 -05:00

84 lines
898 B
Plaintext

# Python
__pycache__/
.mypy_cache/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
.venv/
ENV/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib64/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
.pnpm-store/
# Environment (no subir: cada quien puede usar puertos distintos vía .env)
.env
.env.e2e.generated
.env.local
backend/.env
frontend/.env
backend/SCRIPTS/
.cursor/
# IDEs
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Logs
*.log
logs/
# Database
*.db
*.sqlite
*.sqlite3
postgres_app_data/
postgres_keycloak_data/
# Testing
backend/app_data/
.mypy_cache/
.pytest_cache/
.coverage
htmlcov/
# Node (para frontend)
**/node_modules/
**/.svelte-kit/
.npm
.yarn
# Docker
*.dockerignore
postgres-data/
backend/uploads/
backend/layouts/imports/
docker-compose.yml
.mypy_cache/
# Celery
backend/celerybeat-schedule
celerybeat-schedule
celerybeat-schedule.*
celerybeat.pid