Files
AFC-Demo/.gitignore
T
cbazza 94d02736f7
Build and Deploy to Synology NAS / test (push) Failing after 1h20m56s
Build and Deploy to Synology NAS / build (push) Failing after 11m7s
Build and Deploy to Synology NAS / deploy (push) Has been cancelled
Build and Deploy to Synology NAS / notify (push) Has been cancelled
ci: add automated Gitea Actions deployment workflow for Synology NAS
- Add Gitea Actions workflow for automated build and deployment
- Add deployment script for Synology NAS
- Add Docker Compose configurations for production deployment
- Add Gitea runner setup
- Add comprehensive documentation for CI/CD setup
- Add health check endpoint for deployment verification
- Update .gitignore for CI/CD artifacts
2025-12-17 13:02:38 +01:00

65 lines
741 B
Plaintext

/.phpunit.cache
/node_modules
/public/build
/public/hot
/public/storage
/storage/*.key
/storage/pail
/vendor
.env.backup
.env.production
.phpactor.json
.phpunit.result.cache
Homestead.json
Homestead.yaml
npm-debug.log
yarn-error.log
/auth.json
# IDEs
/.fleet
/.idea
/.nova
/.zed
/.junie/*
/.cursor/*
/.vscode/*
# macOS
**/.DS_Store
.AppleDouble
.LSOverride
# MCP
*.mcp*
*.mdc
/.mcp.json
# Database
/database/*.sqlite
/database/*.sqlite-journal
*.sql.gz
/backups
# CI/CD & Deployment
.env.synology
.env.gitea-runner
kubeconfig
*.tar.gz
laravel-app.tar.gz
# Backup & Temporary Files
*.bak
*.backup
*.tmp
*.swp
*~
.*.swp
.*.swo
# Logs
*.log
# Documentation temporary files (generated exports)
/docs/diagrams/*.pptx
/docs/diagrams/*.docx