material-web/.gitignore
Elliott Marquez 07668e6959 build(catalog): re-enable catalog typechecking
This enables typechecking on the catalog so that we catch type build issues in CI next time. Type issues didn't break before since we run our code through esbuild, and it was disabled because of some weird 11ty issues that are fixed in this CL
2023-06-22 16:00:41 -07:00

24 lines
379 B
Plaintext

node_modules
*.js
!web-test-runner.config.js
!css-to-ts.js
*.css
*.css.ts
*.map
*.d.ts
!types/*.d.ts
.wireit/
!catalog/**/*.css
catalog/_dev
catalog/_prod
catalog/node_modules
catalog/.wireit
catalog/lib/
catalog/build/
catalog/site/components/*.md
catalog/site/components/images
catalog/*.tsbuildinfo
catalog/stories/*/
!catalog/stories/components/
!catalog/src/types/**/*.d.ts