Files
nimbus/.gitignore
Mazen Touati 35b96042f0 refactor: solidify the FE codebase and improve UI consistency (#45)
* chore: add storybook

* chore: unify FE codeabse

* chore: update eslint rules

* chore: harmonize the use of "subtle" color

* chore: remove an extra sidebar rail

* refactor: make panel items more consistent

* chore: cleanups after merging new code from base

* refactor: refine composables

* fix: add lost import

* chore: make icon style consistent

* fix: don't show empty "supported" methods

* refactor: solidify select items
2026-01-25 14:30:07 +01:00

29 lines
412 B
Plaintext

/vendor
/node_modules
/.idea
/.fleet
/.vscode
/coverage
tests/.phpunit.cache
tests/phpunit.xml
/build
/tests/build
tests/.phpunit.result.cache
npm-debug.log
_ide_helper.php
_ide_helper_models.php
.phpstorm.meta.php
.DS_Store
**/*/.DS_Store
tools/phpstan/build
resources/dist/hot
storybook-static
# Playwright
node_modules/
/test-results/
/playwright-report/
/blob-report/
/playwright/.cache/
/playwright/.auth/