Add .prettierignore for vendored minified JS (closes #185) #195

Merged
clawbot merged 1 commits from fix/prettierignore-vendored-js into next 2026-09-22 10:00:50 +02:00
2 changed files with 4 additions and 0 deletions
Showing only changes of commit 21dbd47264 - Show all commits
+2
View File
@@ -0,0 +1,2 @@
# Vendored, minified third-party bundles must never be reformatted.
*.min.js
+2
View File
@@ -20,6 +20,8 @@ main cannot regress.
# Completed Steps
- 2026-09-22: Added `.prettierignore` so `make fmt` no longer rewrites
the vendored `static/js/alpine.min.js` bundle (#185).
- 2026-09-09: Fixed four deployability blockers found by QA: CSRF origin
check over plain HTTP (`UPAAS_PLAINTEXT_HTTP`, #189), pulling the git
image when absent (#190), the env-var editor CSRF token lookup (#191),