Skip to content

Commit 15f254d

Browse files
authored
exclude .github folder from dxt file
1 parent 6321fb1 commit 15f254d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.dxtignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ node_modules/typescript
1010
*.md
1111

1212
# IDE files
13+
.github/
1314
.idea/
1415
.vscode/
1516
.claude/
@@ -26,4 +27,4 @@ CLAUDE.local.md
2627
test/
2728
tests/
2829
*.test.js
29-
*.test.ts
30+
*.test.ts

0 commit comments

Comments
 (0)