arche / .dockerignore

commit 154431fd
 1# Build artefacts
 2bin/
 3coverage/
 4
 5# Go test cache
 6*.test
 7
 8# Development databases and repos
 9*.db
10*.arche-bundle
11packs/
12
13# Editor/OS noise
14.idea/
15.vscode/
16*.swp
17*.swo
18.DS_Store
19
20# Nix
21.direnv/
22result
23
24# The deploy dir itself is mounted via volume, not baked into the image
25deploy/