mangadex-home-rs/.dockerignore
2021-07-18 21:27:29 -04:00

10 lines
No EOL
182 B
Text

# 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