mangadex-home-rs/.dockerignore

10 lines
182 B
Plaintext
Raw Normal View History

2021-07-19 01:27:29 +00:00
# Ignore everything
*
# Only include necessary paths (This should be synchronized with `Cargo.toml`)
!db_queries/
!src/
!settings.sample.yaml
!sqlx-data.json
!Cargo.toml
!Cargo.lock