Cursor-rules
PromptBeginner5 minmarkdown
Repo rules
- This provisioning code is designed to run on Manjaro Linux.
4
Loading actions...
- This provisioning code is designed to run on Manjaro Linux.
Project Summary:
This guide outlines the project structure and provides step-by-step instructions for setting up the Geometry Tutor application.
{ "filePatterns": { ".php": true, "composer.json": true, ".blade.php": true, "config/.php": true, "database/migrations/.php": true, "routes/.php": true, "tests/.php": true }, "languageFeatures": { "references": true, "completion": true, "diagnostics": true, "documentSymbols": true, "documentFormatting": true, "hover": true }, "ignorePatterns": [ "vendor/", "node_modules/", "storage/", "bootstrap/cache/" ] }