fa958d0987
- Updated service worker (sw.js) to improve caching strategies and update asset revisions. - Deleted the test page (page.tsx) as it is no longer needed. - Refactored EpisodeSelector component to simplify logic and improve performance. - Added a .dockerignore file to exclude unnecessary files from Docker builds.
17 lines
193 B
Plaintext
17 lines
193 B
Plaintext
node_modules
|
|
npm-debug.log
|
|
Dockerfile
|
|
.dockerignore
|
|
.git
|
|
.gitignore
|
|
README.md
|
|
.env
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
.next
|
|
.vercel
|
|
.vscode
|
|
**/*.backup.tsx
|