chore(infra): ajout du fichier .gitignore infrastructure
DevSecOps Pipeline - V1 Infrastructure / Code & Config Linting (Yamllint & Hadolint) (push) Has been cancelled Details
DevSecOps Pipeline - V1 Infrastructure / Code & Config Linting (Yamllint & Hadolint) (pull_request) Has been cancelled Details
DevSecOps Pipeline - V1 Infrastructure / Secret Detection (Gitleaks) (push) Has been cancelled Details
DevSecOps Pipeline - V1 Infrastructure / IaC Security & Vulnerability Scan (Trivy) (push) Has been cancelled Details
DevSecOps Pipeline - V1 Infrastructure / Secret Detection (Gitleaks) (pull_request) Has been cancelled Details
DevSecOps Pipeline - V1 Infrastructure / IaC Security & Vulnerability Scan (Trivy) (pull_request) Has been cancelled Details

This commit is contained in:
Marc Lasserre 2026-08-08 21:58:25 +02:00
parent e561523600
commit d6459a157f
Signed by: M7s
GPG Key ID: F74837410959661B
1 changed files with 18 additions and 0 deletions

18
.gitignore vendored
View File

@ -1 +1,19 @@
# Fichiers d'environnement et secrets d'infrastructures
.env .env
.env.local
*.env
# Volumes de données locaux & Runtime Podman
data/
volumes/
*.log
# Clés et certificats SSL/TLS
*.pem
*.crt
*.key
# OS & IDE
.DS_Store
.vscode/
.idea/