c526a6e5ca
- rumqttc : use-native-tls → use-rustls (supprime dépendance OpenSSL) - .cargo/config.toml (racine) : linkers musl + CC/AR pour ring aarch64 - deploy/release.sh : passe CC_aarch64_unknown_linux_musl au build - .gitignore : règle config.toml affinée (exclut cargo configs) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
20 lines
292 B
Plaintext
20 lines
292 B
Plaintext
repo.md
|
|
|
|
# Rust build artifacts
|
|
agent/target/
|
|
|
|
# Go build artifacts
|
|
server/tmp/
|
|
server/*.test
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
# Config locaux (contiennent des IPs/secrets)
|
|
agent/config.toml
|
|
server/config.toml
|
|
|
|
# Sauf les configs cargo (pas de secrets)
|
|
!.cargo/config.toml
|
|
!agent/.cargo/config.toml
|