fej/.dockerignore

12 lines
122 B
Plaintext
Raw Normal View History

2021-03-05 19:40:49 +00:00
*
# Source code
!src/
# Cargo files
!Cargo.toml
!Cargo.lock
2021-04-16 21:20:22 +00:00
# Entrypoint for devop container
!docker/entrypoint_dev.sh