20 lines
171 B
Plaintext
20 lines
171 B
Plaintext
# Local
|
|
.DS_Store
|
|
*.local
|
|
*.log*
|
|
|
|
# Dist
|
|
node_modules
|
|
dist/
|
|
|
|
# Profile
|
|
.rspack-profile-*/
|
|
|
|
# IDE
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
.idea
|
|
|
|
*storybook.log
|
|
storybook-static
|