2022-08-03 05:49:25 +08:00
|
|
|
# generated / build files
|
|
|
|
.pnp.cjs
|
|
|
|
.pnp.loader.mjs
|
|
|
|
target/
|
|
|
|
work/
|
|
|
|
node/
|
|
|
|
|
2022-09-04 00:28:23 +08:00
|
|
|
.git
|
|
|
|
|
2022-08-03 05:49:25 +08:00
|
|
|
# libraries / external deps / generated files
|
2024-10-13 02:46:18 +08:00
|
|
|
src/main/js/plugin-setup-wizard/bootstrap-detached.js
|
2024-09-16 17:40:32 +08:00
|
|
|
war/src/main/webapp/jsbundles/
|
2024-10-13 02:46:18 +08:00
|
|
|
src/main/scss/_bootstrap.scss
|
2022-08-03 05:49:25 +08:00
|
|
|
|
|
|
|
# test files that we don't need formatted
|
2024-09-16 17:40:32 +08:00
|
|
|
test/src/test/resources
|
|
|
|
test/jmh-report.json
|
2022-08-03 05:49:25 +08:00
|
|
|
|
|
|
|
# doesn't work, see https://github.com/prettier/prettier/issues/5340
|
|
|
|
*.hbs
|
|
|
|
|
|
|
|
.yarn
|
2023-07-12 14:35:03 +08:00
|
|
|
|
|
|
|
# Incorrectly flagging forwarding slashes in regex
|
2024-09-16 17:40:32 +08:00
|
|
|
.github/renovate.json
|