mirror of
https://github.com/prymitive/karma
synced 2026-02-13 20:59:53 +00:00
21 lines
344 B
YAML
21 lines
344 B
YAML
skip-missing: true
|
|
ignores:
|
|
# deps
|
|
- bootstrap
|
|
- bootswatch
|
|
- sass
|
|
- typeface-open-sans
|
|
- prettier
|
|
- vite
|
|
- typescript
|
|
# devDeps
|
|
- "@types/jest"
|
|
- "@types/node"
|
|
- "eslint-plugin-jest"
|
|
- "node-fetch"
|
|
- "@babel/plugin-proposal-private-property-in-object"
|
|
- identity-obj-proxy
|
|
- jest
|
|
- jest-fetch-mock
|
|
- terser
|