Skip to content
Snippets Groups Projects
Commit 1f3536a4 authored by Tim Giles's avatar Tim Giles
Browse files

Bug 1771004 - Ignore Storybook generated files. r=mstriemer

parent c54b3311
No related branches found
No related tags found
No related merge requests found
......@@ -189,3 +189,7 @@ config/external/icu4x
# Ignore the index files generated by clangd.
.cache/clangd/index/
# Ignore Storybook generated files
browser/components/storybook/node_modules/
browser/components/storybook/storybook-static/
......@@ -157,7 +157,6 @@ _OPT\.OBJ/
^tools/browsertime/node_modules/
^tools/lint/eslint/eslint-plugin-mozilla/node_modules/
^browser/components/newtab/node_modules/
^browser/components/storybook/node_modules/
# Ignore talos virtualenv and tp5n files.
# The tp5n set is supposed to be decompressed at
......@@ -243,3 +242,7 @@ toolkit/components/certviewer/content/package-lock.json
# Ignore mypy files
\.mypy_cache/
# Ignore Storybook generated files
^browser/components/storybook/node_modules/
^browser/components/storybook/storybook-static/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment