-
Notifications
You must be signed in to change notification settings - Fork 126
Expand file tree
/
Copy path.gitignore
More file actions
27 lines (24 loc) · 988 Bytes
/
.gitignore
File metadata and controls
27 lines (24 loc) · 988 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
node_modules
npm-debug.log
styles/.sass-cache
styles/*.css
styles/*.map
coverage
.nyc_output
.tmp
.idea
.DS_Store
dist
# Source: https://github.com/storybookjs/storybook/issues/8972#issuecomment-559164304
# Ignore unused language chunks and maps
react-syntax-highlighter_languages_highlight_*.*.bundle.js
react-syntax-highlighter_languages_highlight_*.*.bundle.js.map
vendors~react-syntax-highlighter_languages_highlight_*.*.bundle.js
vendors~react-syntax-highlighter_languages_highlight_*.*.bundle.js.map
# Unignore the language highlighter chunks storybook uses for MDX stories
!react-syntax-highlighter_languages_highlight_jsx.*.bundle.js.map
!react-syntax-highlighter_languages_highlight_bash.*.bundle.js.map
!react-syntax-highlighter_languages_highlight_css.*.bundle.js.map
!react-syntax-highlighter_languages_highlight_html.*.bundle.js.map
!react-syntax-highlighter_languages_highlight_tsx.*.bundle.js.map
!react-syntax-highlighter_languages_highlight_typescript.*.bundle.js.map