feature/devsecops-linting-rules #1

Open
M7s wants to merge 5 commits from feature/devsecops-linting-rules into main
1 changed files with 18 additions and 0 deletions
Showing only changes of commit d6459a157f - Show all commits

18
.gitignore vendored
View File

@ -1 +1,19 @@
# Fichiers d'environnement et secrets d'infrastructures
.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/