status-components/.gitignore
Eswara Sai fdbec95629 Initial commit for ColorPalette story
- Added eslint + prettier + husky + lint-staged
- Added Typography story
- Added Icons story
- Added styleguide subfolder for theming components
- Updated Button component to utilise theme
2019-03-26 10:17:34 +01:00

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