Initial commit: OpenClaw Mattermost Extension

This commit is contained in:
2026-04-10 21:57:29 -07:00
commit 2072259fb6
126 changed files with 26403 additions and 0 deletions
+50
View File
@@ -0,0 +1,50 @@
# Source files (only dist/ should be published)
extensions/
# Test files
*.test.ts
*.test.tsx
*.spec.ts
*.spec.tsx
*.test.js
*.test.jsx
*.spec.js
*.spec.jsx
# Test directories
tests/
test/
__tests__/
coverage/
# Development files
.sisyphus/
.github/
.vscode/
.idea/
# Config files (not needed in production)
playwright.config.ts
vitest.config.ts
vitest.config.*
tsconfig.json
eslint.config.js
.eslintrc*
.prettierrc*
# Build artifacts (keep dist/ but not these)
*.tsbuildinfo
# Documentation (keep README, but not these)
docs/
# CI/CD
.github/workflows/
# Logs
*.log
npm-debug.log*
# OS files
.DS_Store
Thumbs.db