mirror of
https://github.com/status-im/status-components.git
synced 2025-02-05 06:04:59 +00:00
fdbec95629
- Added eslint + prettier + husky + lint-staged - Added Typography story - Added Icons story - Added styleguide subfolder for theming components - Updated Button component to utilise theme
27 lines
324 B
Plaintext
27 lines
324 B
Plaintext
# See https://help.github.com/ignore-files/ for more about ignoring files.
|
|
|
|
# dependencies
|
|
/node_modules
|
|
|
|
# testing
|
|
/coverage
|
|
|
|
# production
|
|
/build
|
|
/storybook-static
|
|
|
|
# misc
|
|
.DS_Store
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# IDE
|
|
.idea
|
|
.vscode
|