20 lines
225 B
Text
20 lines
225 B
Text
*
|
|
|
|
# Source code
|
|
!src/
|
|
|
|
# Cargo files
|
|
!Cargo.toml
|
|
!Cargo.lock
|
|
|
|
# Entrypoint for devop container
|
|
!docker/entrypoint_dev.sh
|
|
!docker/entrypoint.sh
|
|
|
|
# Config file
|
|
!Rocket.toml
|
|
|
|
# Database migrations
|
|
!migrations/
|
|
|
|
!docker/crontab
|