mirror of
https://github.com/azaion/ui.git
synced 2026-04-22 21:56:35 +00:00
30 lines
320 B
Plaintext
30 lines
320 B
Plaintext
.idea
|
|
.claude
|
|
.superpowers
|
|
|
|
# dependencies
|
|
node_modules/
|
|
|
|
# testing
|
|
/coverage
|
|
|
|
# production
|
|
/build
|
|
|
|
# misc
|
|
.DS_Store
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
package-lock.json
|
|
yarn.lock
|
|
|
|
# Playwright
|
|
/test-results/
|
|
/playwright-report/
|
|
/blob-report/
|
|
/playwright/.cache/
|
|
/playwright/.auth/
|