aboutsummaryrefslogtreecommitdiff
path: root/.dockerignore
blob: 7b6756502d2821f92a9ee91c7f2a3b7252ad7b7c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Rust build artifacts
/target

# Git files
.git
.gitignore

# Docker Compose file
docker-compose.yaml

# Documentation
README.md
LICENSE