webpack/.prettierignore

41 lines
681 B
Plaintext

package.json
# Ignore some test files
test/**/*.*
!test/*.js
!test/*.cjs
!test/*.mjs
!test/**/webpack.config.js
!test/**/webpack.config.cjs
!test/**/webpack.config.mjs
!test/**/test.config.js
!test/**/test.filter.js
!test/**/errors.js
!test/**/warnings.js
!test/**/deprecations.js
!test/**/infrastructure-log.js
!test/*.md
!test/helpers/*.*
!test/runner/**/*.*
!test/benchmarkCases/**/*.mjs
test/js/**/*.*
# Ignore some folders
benchmark/
coverage/
# Ignore generated files
*.check.js
*.check.d.ts
types.d.ts
declarations/WebpackOptions.d.ts
# Ignore precompiled schemas
schemas/**/*.check.js
# Ignore example fixtures
examples/
!examples/**/webpack.config.js
.vscode/**/*.*