Initial commit: PassMaster PWA MVP

This commit is contained in:
2025-08-26 11:49:01 +02:00
commit 0623e2e29f
56 changed files with 14200 additions and 0 deletions

14
.dockerignore Normal file
View File

@@ -0,0 +1,14 @@
node_modules
dist
.git
.gitignore
Dockerfile
docker-compose.yml
*.log
.env
.env.local
.DS_Store
.vscode
.idea
README.md
LICENSE