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
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:
parent
e561523600
commit
d6459a157f
|
|
@ -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/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue