Files
horux-strategy-platform/.gitignore
Torch2196 4c3dc94ff2 Initial commit: Horux Strategy Platform
- Laravel 11 backend with API REST
- React 18 + TypeScript + Vite frontend
- Multi-parser architecture for accounting systems (CONTPAQi, Aspel, SAP)
- 27+ financial metrics calculation
- PDF report generation with Browsershot
- Complete documentation (10 documents)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-31 22:24:00 -06:00

49 lines
757 B
Plaintext

# Dependencies
/backend/vendor/
/frontend/node_modules/
# Environment files
.env
.env.local
.env.*.local
# Build outputs
/frontend/dist/
/frontend/build/
# IDE
.idea/
.vscode/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Laravel
/backend/storage/*.key
/backend/storage/framework/cache/*
/backend/storage/framework/sessions/*
/backend/storage/framework/views/*
/backend/storage/logs/*
/backend/bootstrap/cache/*
!/backend/storage/framework/.gitignore
!/backend/storage/framework/cache/.gitignore
!/backend/storage/framework/sessions/.gitignore
!/backend/storage/framework/views/.gitignore
!/backend/storage/logs/.gitignore
!/backend/bootstrap/cache/.gitignore
# Testing
/backend/coverage/
/frontend/coverage/
# Logs
*.log
npm-debug.log*
# Misc
*.bak
*.tmp