Implementation of MCP for LLM Observability capture to PostHig
Some checks failed
CI - Semantic Release / Semantic Release (push) Failing after 7m48s
Some checks failed
CI - Semantic Release / Semantic Release (push) Failing after 7m48s
This commit is contained in:
43
.npmignore
Normal file
43
.npmignore
Normal file
@@ -0,0 +1,43 @@
|
||||
# Source code
|
||||
src/
|
||||
*.ts
|
||||
!*.d.ts
|
||||
|
||||
# Tests
|
||||
*.test.ts
|
||||
*.test.js
|
||||
__tests__/
|
||||
coverage/
|
||||
jest.config.js
|
||||
|
||||
# Development files
|
||||
.github/
|
||||
.git/
|
||||
.gitignore
|
||||
.eslintrc
|
||||
.eslintrc.js
|
||||
.eslintignore
|
||||
.prettierrc
|
||||
.prettierrc.js
|
||||
tsconfig.json
|
||||
*.tsbuildinfo
|
||||
|
||||
# Editor directories
|
||||
.idea/
|
||||
.vscode/
|
||||
*.swp
|
||||
*.swo
|
||||
|
||||
# Logs
|
||||
logs
|
||||
*.log
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
|
||||
# CI/CD
|
||||
.travis.yml
|
||||
|
||||
# Runtime data
|
||||
.env
|
||||
.env.*
|
||||
Reference in New Issue
Block a user