rmyndharis--openwa
4ce4204b6c
CI / Lint (push) Failing after 2s
CI / Build (push) Has been skipped
SDK CI / PHP SDK (push) Failing after 1s
Split PHP SDK / PHP SDK tests (push) Failing after 1s
CI / Test (push) Failing after 1s
CI / Dashboard (push) Failing after 0s
SDK CI / JavaScript SDK (push) Failing after 0s
SDK CI / Python SDK (push) Failing after 2s
SDK CI / Java SDK (push) Failing after 1s
Split PHP SDK / Mirror sdk/php -> rmyndharis/openwa-php (push) Has been skipped
CI / Test (PostgreSQL migrations) (push) Failing after 7m47s
CI / Docker Build (push) Has been skipped
80 行
748 B
Plaintext
80 行
748 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
node_modules
|
|
.pnp
|
|
.pnp.js
|
|
|
|
# Build output
|
|
dist/
|
|
build/
|
|
.next/
|
|
out/
|
|
|
|
# Testing
|
|
coverage/
|
|
|
|
# Environment
|
|
.env
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
# Logs
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
logs/
|
|
*.log
|
|
|
|
# OS files
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*.sublime-workspace
|
|
*.sublime-project
|
|
|
|
# Data and storage
|
|
data/
|
|
media/
|
|
!src/**/media/
|
|
uploads/
|
|
.wwebjs_auth/
|
|
.wwebjs_cache/
|
|
|
|
# Database
|
|
*.db
|
|
*.sqlite
|
|
*.sqlite3
|
|
|
|
# Docker
|
|
.docker/
|
|
|
|
# Misc
|
|
*.bak
|
|
*.tmp
|
|
*.temp
|
|
|
|
# Git worktrees
|
|
.worktrees/
|
|
|
|
# AI Agents
|
|
.playwright-mcp/
|
|
.remember/
|
|
.agent/
|
|
.claude/
|
|
docs/plans/
|
|
docs/superpowers/
|
|
CLAUDE.md
|
|
_docs/
|
|
.superpowers/ |