Skip to content

Commit 75a9a56

Browse files
committed
#2 .npmignore
1 parent 0cf8fd7 commit 75a9a56

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

.npmignore

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
.github/
2+
fakes/
3+
fixtures/
4+
helpers/
5+
test/
6+
.0pdd.yml
7+
.gitattributes
8+
.pdd
9+
.rultor.yml
10+
.xcop
11+
Makefile
12+
REUSE.toml
13+
eslint.config.mjs
14+
jest.config.ts
15+
renovate.json

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,11 @@ First, install [Node], [Npm], [Python], [Pip], and [aibolit]:
2424
aibolit --version
2525
```
2626

27-
Then, add this [MCP] server to [Claude Code]:
27+
Then, add this [MCP] server to [Claude Code]
28+
(or simply edit `~/claude.json`, but it's not recommended):
2829

2930
```bash
30-
claude mcp add aibolit npx cqfn/aibolit-mcp-server
31+
claude mcp add aibolit npx aibolit-mcp-server
3132
```
3233

3334
Then, restart [Claude Code] and ask it something along these lines:

REUSE.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ path = [
77
".DS_Store",
88
".gitattributes",
99
".gitignore",
10+
".npmignore",
1011
".pdd",
1112
".xcop",
1213
"**.json",

0 commit comments

Comments
 (0)