chore: remove duplicate sw 2.js and add to gitignore

- Remove public/sw 2.js (misnamed PWA build artifact)
- Ignore public/sw 2.js in .gitignore to prevent re-add

Made-with: Cursor
This commit is contained in:
Usman Baig
2026-02-28 15:32:25 +01:00
parent 4e140c853f
commit ba24c24f41
2 changed files with 1 additions and 1 deletions

1
.gitignore vendored
View File

@@ -37,5 +37,6 @@ next-env.d.ts
# PWA # PWA
public/sw.js public/sw.js
public/sw 2.js
public/workbox-*.js public/workbox-*.js
public/swe-worker-*.js public/swe-worker-*.js

File diff suppressed because one or more lines are too long