mirror of
https://github.com/wagtail/wagtail.git
synced 2024-11-24 01:57:32 +01:00
66ff35ea52
- Run `npx -p @storybook/cli sb init --type react --builder webpack5` - Moved .storybook and stories folders into client - Run `npm i --save-dev html-webpack-plugin@latest` to workaround https://github.com/storybookjs/storybook/issues/13332 - Add storybook-static to .gitignore
30 lines
283 B
Plaintext
30 lines
283 B
Plaintext
*.swp
|
|
*.pyc
|
|
.DS_Store
|
|
/.coverage
|
|
/dist/
|
|
/build/
|
|
/MANIFEST
|
|
/wagtail.egg-info/
|
|
/docs/_build/
|
|
/.tox/
|
|
/venv
|
|
/node_modules/
|
|
npm-debug.log*
|
|
*.idea/
|
|
/*.egg/
|
|
/.cache/
|
|
/.pytest_cache/
|
|
/storybook-static
|
|
|
|
### JetBrains
|
|
.idea/
|
|
*.iml
|
|
*.ipr
|
|
*.iws
|
|
coverage/
|
|
client/node_modules
|
|
|
|
### vscode
|
|
.vscode
|