Files
ost2pst/.dockerignore
Simon Cloutier cfee611fdc
Some checks failed
Build & Push Multi-Arch Image / build-and-push (push) Has been cancelled
feat: initial commit — OST to PST/MBOX converter with Docker support
2026-05-20 13:38:46 -04:00

20 lines
219 B
Plaintext

# 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