feat: initial commit — OST to PST/MBOX converter with Docker support
Some checks failed
Build & Push Multi-Arch Image / build-and-push (push) Has been cancelled

This commit is contained in:
Simon Cloutier
2026-05-20 13:38:46 -04:00
commit cfee611fdc
17 changed files with 3311 additions and 0 deletions

19
.dockerignore Normal file
View File

@@ -0,0 +1,19 @@
# Build artifacts
node_modules/
# User data — never bake OST files or converted output into the image
uploads/
converted/
*.ost
*.pst
*.zip
# OS & editor noise
.DS_Store
Thumbs.db
.env
*.log
# Git
.git/
.gitignore