listmonk/.gitignore
Karan Sharma e5c3196b31 feat: Add blobstore package
This commit introduces a `blobstore` package and refactors the existing
upload mechanism. Upload is now handled by `providers` and the two
bundled providers are `S3` and `Filesystem`. `app.Blobstore` initialises
the correct provider based on the configuration and handles `Put`,
`Delete` and `Get` operations.
2019-10-31 11:25:31 +05:30

9 lines
109 B
Plaintext

frontend/node_modules/
frontend/.cache/
frontend/yarn.lock
.vscode/
config.toml
node_modules
listmonk
dist/*