feature/devsecops-linting-rules #1
|
|
@ -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