.dockerignore -rw-r--r-- 102 B
1# Ignore everything
2**
3
4# Only include these files.
5!/src/**
6!/templates/**
7!/Cargo.toml
8!/Cargo.lock