Remove build artifacts and add .gitignore for PWA

Remove accidentally committed node_modules/ and dist/ directories,
and add .gitignore to prevent them from being tracked.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Ole-Morten Duesund 2026-03-08 17:41:55 +01:00
commit 9639ad44f4
12017 changed files with 2 additions and 1791797 deletions

2
pwa/.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
node_modules/
dist/