webpack/.prettierignore

15 lines
217 B
Plaintext
Raw Permalink Normal View History

package.json
# Ignore test fixtures
test/*.*
2018-05-03 15:40:58 +02:00
!test/*.js
!test/**/webpack.config.js
!test/**/deprecations.js
# Ignore example fixtures
examples/*.*
2018-05-03 15:40:58 +02:00
!examples/**/webpack.config.js
2021-06-21 11:18:23 +02:00
# Ignore generated files
*.check.js