14 lines
138 B
Text
14 lines
138 B
Text
|
# Rust build artifacts
|
||
|
/target
|
||
|
|
||
|
# Git files
|
||
|
.git
|
||
|
.gitignore
|
||
|
|
||
|
# Docker Compose file
|
||
|
docker-compose.yaml
|
||
|
|
||
|
# Documentation
|
||
|
README.md
|
||
|
LICENSE
|