Files
mrvacommander/.gitignore
Michael Hohn bbb54caaf3 Set up the minio ql db
- Set up the minio ql db
- Use bind mounts in docker compose to get persistence
- Populate the ql db with the sample DBs
2024-06-16 19:09:31 -07:00

16 lines
206 B
Plaintext

# Files created by agents at run-time
cmd/server/var/
# vscode project dir
.vscode/
# Compiled binary
cmd/server/server
# host storage for container
minio-data/
postgres-data/
# Scratch space
scratch/