diff --git a/.eslintignore b/.eslintignore index 46af31df91..c2b73d4595 100644 --- a/.eslintignore +++ b/.eslintignore @@ -4,3 +4,7 @@ components/*/__tests__/type.tsx !components/*/__tests__/**/*.js !components/*/demo/* !.*.js + +# Docs templates +site/theme/template/IconDisplay/*.js +site/theme/template/IconDisplay/*.jsx diff --git a/.gitignore b/.gitignore index 32d99b1d80..10913cedf7 100644 --- a/.gitignore +++ b/.gitignore @@ -38,3 +38,7 @@ components/**/*.jsx !components/**/__tests__/*.js !components/**/__tests__/*.js.snap /.history + +# Docs templates +site/theme/template/IconDisplay/*.js +site/theme/template/IconDisplay/*.jsx