Prettier doesn't support nested ignore files - https://github.com/prettier/prettier/issues/17099 The eslint rules no longer applied, we fixed the issues they were ignoring Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
53 lines
1.0 KiB
Plaintext
53 lines
1.0 KiB
Plaintext
/build
|
|
/dist
|
|
/lib
|
|
/node_modules
|
|
/webapp
|
|
/*.log
|
|
pnpm-lock.yaml
|
|
electron/dist
|
|
electron/pub
|
|
**/.idea
|
|
/.tmp
|
|
/webpack-stats.json
|
|
.vscode
|
|
.vscode/
|
|
.env
|
|
/coverage
|
|
# Auto-generated file
|
|
/src/modules.ts
|
|
/src/modules.js
|
|
/src/i18n/strings
|
|
/build_config.yaml
|
|
# Raises an error because it contains a template var breaking the script tag
|
|
src/vector/index.html
|
|
src/vector/modernizr.cjs
|
|
/docs/lib
|
|
/book
|
|
/debian/tmp
|
|
/.npmrc
|
|
package-lock.json
|
|
|
|
# This file is owned, parsed, and generated by allchange, which doesn't comply with prettier
|
|
/CHANGELOG.md
|
|
/docs/changelogs
|
|
|
|
# Legacy skinning file that some people might still have
|
|
/src/component-index.js
|
|
|
|
# Downloaded and already minified
|
|
res/jitsi_external_api.min.js
|
|
|
|
# This file is also machine-generated
|
|
/playwright/e2e/crypto/test_indexeddb_cryptostore_dump/dump.json
|
|
/playwright/test-results/
|
|
/playwright/html-report/
|
|
/playwright/logs/
|
|
/playwright/snapshots/
|
|
|
|
# Shared components generated files
|
|
packages/shared-components/dist/
|
|
packages/shared-components/src/i18n/i18nKeys.d.ts
|
|
packages/shared-components/typedoc/
|
|
|