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
Some checks failed
Build & Push Multi-Arch Image / build-and-push (push) Has been cancelled
This commit is contained in:
19
.dockerignore
Normal file
19
.dockerignore
Normal 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
|
||||
Reference in New Issue
Block a user