Files
basil/.gitignore
Paul R Kartchner c19c80bcbc
Some checks failed
Basil CI/CD Pipeline / Code Linting (push) Successful in 1m1s
Basil CI/CD Pipeline / Web Tests (push) Failing after 1m12s
Basil CI/CD Pipeline / API Tests (push) Failing after 1m20s
Basil CI/CD Pipeline / Shared Package Tests (push) Successful in 57s
Basil CI/CD Pipeline / Security Scanning (push) Successful in 1m6s
Basil CI/CD Pipeline / Build All Packages (push) Has been skipped
Basil CI/CD Pipeline / E2E Tests (push) Has been skipped
Basil CI/CD Pipeline / Build & Push Docker Images (push) Has been skipped
Basil CI/CD Pipeline / Trigger Deployment (push) Has been skipped
test: trigger pipeline with secrets configured
Testing if Harbor secrets are properly recognized by Actions workflow.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-14 17:08:21 +00:00

67 lines
654 B
Plaintext

# Dependencies
node_modules/
.pnp
.pnp.js
# Testing
coverage/
test-results/
playwright-report/
*.lcov
.nyc_output/
# Production
build/
dist/
*.tsbuildinfo
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
.env.deploy
# Logs
logs/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
deploy.log
webhook.log
webhook-error.log
# OS
.DS_Store
Thumbs.db
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# Database
*.db
*.sqlite
*.sqlite3
# Uploads
uploads/
public/uploads/
test-uploads/
# Backups
backups/
# Docker
.docker/
docker-compose.override.yml
# Prisma
packages/api/prisma/migrations/
# Pipeline Test