This repository has been archived on 2026-01-06. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
fej/.dockerignore

17 lines
186 B
Text

*
# Source code
!src/
# Cargo files
!Cargo.toml
!Cargo.lock
# Entrypoint for devop container
!docker/entrypoint_dev.sh
# Config file
!Rocket.toml
# Database migrations
!migrations/