sightingdb 0.5.8

A database designed for Sightings, a technique to count items
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# The build happens inside the image; sending a local target/ directory would
# mean uploading gigabytes to the daemon before anything starts.
target/
.git/
.github/
.idea/
helm/
log/
tests/
etc/ssl/
*.pid

# Note: docker/ and doc/ are NOT excluded. The runtime stage copies the
# entrypoint and the default configuration out of docker/, and the binary
# compiles the logo in from doc/ — an excluded file is not there to be found.
docker/docker-compose.yml