Skip to content

Commit 351bc7c

Browse files
first commit
0 parents  commit 351bc7c

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed

.gitignore

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Dependencies
2+
/vendor/
3+
/node_modules/
4+
5+
# IDE
6+
.idea/
7+
*.iml
8+
.vscode/
9+
*.swp
10+
*.swo
11+
12+
# OS
13+
.DS_Store
14+
Thumbs.db
15+
16+
# Claude Code
17+
.claude/settings.local.json
18+
19+
# PHP
20+
*.phar
21+
phpunit.xml
22+
.phpunit.result.cache
23+
.phpunit.cache/
24+
25+
# Environment
26+
.env
27+
.env.local
28+
.env.*.local
29+
30+
# Build artifacts
31+
/build/
32+
/dist/
33+
/.cache/

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# PHP MCP Schema

0 commit comments

Comments
 (0)