Bug 1771004 - Ignore Storybook generated files. r=mstriemer

Differential Revision: https://phabricator.services.mozilla.com/D147217
This commit is contained in:
Tim Giles 2022-05-25 18:32:43 +00:00
Родитель c54b3311fb
Коммит 1f3536a4ce
2 изменённых файлов: 8 добавлений и 1 удалений

4
.gitignore поставляемый
Просмотреть файл

@ -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/