fej/.dockerignore

12 lines
122 B
Plaintext
Raw Normal View History

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