generated from idesigncode/template-esm-react
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
36 lines (32 loc) · 763 Bytes
/
.gitignore
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
28
29
30
31
32
33
34
35
36
##########################################################################################
# NOTE: this file is also used as the --ignore-path for Prettier & ESLint scripts
# ? Reference: https://eslint.org/docs/latest/use/configure/ignore#using-an-alternate-file
##########################################################################################
# Common
.DS_Store
node_modules/
*.log
*.local
# IDE
.idea/
*.iml
# Test generated files
.nyc_output/
coverage/
__snapshots__/failed/
# Build files
storybook-static/
/DefaultValue.css
/DefaultValue.mjs
/DocsContainer.mjs
/PropsTable.css
/PropsTable.mjs
/Source.css
/Source.mjs
/formatNodeToJsxString.mjs
/formatValueToString.mjs
/getValueType.mjs
/storybook.css
/styles.css
/themes.css
/webpackFinal.cjs