diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000..6090ea3 --- /dev/null +++ b/.dockerignore @@ -0,0 +1,23 @@ +# Version control +.git/ +.gitignore + +# Build artifacts (Rust) +/target/ + +# Environment / secrets +.env +.env.* +!.env.example + +# Docs +*.md +docs/ + +# Docker files (non servono dentro il contesto di build) +docker-compose.yml + +# Editor/OS cruft +.vscode/ +.idea/ +.DS_Store \ No newline at end of file