Stop tracking .claude and ignore it
Local Claude Code config (launch.json, settings.local.json) doesn't belong in version control. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
83daaca38b
commit
6b6e132173
3 changed files with 1 additions and 18 deletions
|
|
@ -1,11 +0,0 @@
|
||||||
{
|
|
||||||
"version": "0.0.1",
|
|
||||||
"configurations": [
|
|
||||||
{
|
|
||||||
"name": "certified",
|
|
||||||
"runtimeExecutable": "php",
|
|
||||||
"runtimeArgs": ["/Users/joel/Development/Certified/artisan", "serve", "--port=8321"],
|
|
||||||
"port": 8321
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
|
|
@ -1,7 +0,0 @@
|
||||||
{
|
|
||||||
"permissions": {
|
|
||||||
"allow": [
|
|
||||||
"Bash(vendor/bin/phpstan analyse *)"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -17,6 +17,7 @@ Homestead.yaml
|
||||||
npm-debug.log
|
npm-debug.log
|
||||||
yarn-error.log
|
yarn-error.log
|
||||||
/auth.json
|
/auth.json
|
||||||
|
/.claude
|
||||||
/.fleet
|
/.fleet
|
||||||
/.idea
|
/.idea
|
||||||
/.nova
|
/.nova
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue