diff --git a/.claude/launch.json b/.claude/launch.json deleted file mode 100644 index e34495b..0000000 --- a/.claude/launch.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "version": "0.0.1", - "configurations": [ - { - "name": "certified", - "runtimeExecutable": "php", - "runtimeArgs": ["/Users/joel/Development/Certified/artisan", "serve", "--port=8321"], - "port": 8321 - } - ] -} diff --git a/.claude/settings.local.json b/.claude/settings.local.json deleted file mode 100644 index 96ecba9..0000000 --- a/.claude/settings.local.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "permissions": { - "allow": [ - "Bash(vendor/bin/phpstan analyse *)" - ] - } -} diff --git a/.gitignore b/.gitignore index 4b43fd4..0394c3f 100644 --- a/.gitignore +++ b/.gitignore @@ -17,6 +17,7 @@ Homestead.yaml npm-debug.log yarn-error.log /auth.json +/.claude /.fleet /.idea /.nova