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/**/*.*
test/test262-cases/**/*.*

# 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/*/
!examples/**/internals/
!examples/**/internals/**
!examples/**/webpack.config.js
!examples/**/webpack.config.cjs
!examples/**/webpack.config.mjs
!examples/**/test.filter.js

.vscode/**/*.*

# Ignore local working files
pr.md
issue.md
