docs: add README, boost skill, and documentation site

This commit is contained in:
manukminasyan
2026-03-27 00:29:57 +04:00
parent 29fcbd8aec
commit b8d930df1a
25 changed files with 1741 additions and 3 deletions

15
.gitignore vendored
View File

@@ -1,5 +1,14 @@
/vendor
/node_modules
/.phpunit.cache
.DS_Store
.idea
.vscode
.claude
.phpunit.cache
.phpunit.result.cache
build
composer.lock
coverage
node_modules
phpunit.xml
phpstan.neon
testbench.yaml
vendor