solar-grabber/.dockerignore
Paul van Tilburg 3fff79a2cd
All checks were successful
Check
Lints
Fix missing build script/git repo during build
When building the dependencies, the build script should not be
considered. When building the actual binary, the git repository needs to
be present and the build script should be run.
2023-03-22 15:27:12 +01:00

13 lines
134 B
Plaintext

# Local build and dev artifacts
target
# Docker files
Dockerfile*
docker-compose*
# Dot files
.gitignore
# TOML files
Rocket.toml*