Gitignore generated public/sw.js

next.config.ts regenerates public/sw.js on every build with a new
timestamp; tracking it produces noise on every build. Add to .gitignore
and untrack — it is always regenerated by `pnpm dev` / `pnpm build`
and by the Docker build stage.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
ginnoir
2026-05-06 18:34:40 -05:00
co-authored by Claude Sonnet 4.6
parent 1185f5ab50
commit 01945fbd0a
2 changed files with 3 additions and 162 deletions
+3
View File
@@ -9,6 +9,9 @@ dist/
build/
*.tsbuildinfo
# Generated at build time by next.config.ts — do not commit
public/sw.js
# Auto-generated by Next.js — never edit, never commit
next-env.d.ts