1
0
Fork 0
mirror of https://gitlab.com/famedly/conduit.git synced 2024-06-01 23:18:56 +02:00
conduit/.dockerignore
Rudi Floren 7c456a0390 Update dockerignore
Removing Rocket-example.toml from here is fine,
as it is not included in the last stage of our build stages
2020-09-17 20:14:07 +02:00

27 lines
226 B
Plaintext

# Local build and dev artifacts
target
tests
# Docker files
Dockerfile*
docker-compose*
# IDE files
.vscode
.idea
*.iml
# Git folder
.git
.gitea
# Dot files
.env
.gitignore
# Toml files
rustfmt.toml
# Documentation
*.md