24 lines
318 B
Plaintext
24 lines
318 B
Plaintext
# Local
|
|
.DS_Store
|
|
*.local
|
|
*.log*
|
|
|
|
# Dist
|
|
node_modules
|
|
dist/
|
|
|
|
# Storybook build output (the .storybook config + *.stories.tsx ARE committed)
|
|
storybook-static/
|
|
|
|
# Profile
|
|
.rspack-profile-*/
|
|
|
|
# IDE
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
.idea
|
|
|
|
# Agent tooling (regenerable, not part of the library)
|
|
.agents/
|
|
skills-lock.json
|