refactor: rename directories to kebab-case and clean up project structure
Rename CMDB -> cmdb (submodule), GENERATEUR_CERTIFICATES -> cert-generator, GENERATEUR_SWITCH -> switch-config Remove deleted CMDB files, switch config examples, proxy.sh, and pycache artifacts Update all internal path references across HTML, JS, and Python files
This commit is contained in:
parent
bfc88f4afc
commit
2fb3621053
22 changed files with 27 additions and 9135 deletions
10
.gitignore
vendored
10
.gitignore
vendored
|
|
@ -1,13 +1,13 @@
|
|||
# === Données réelles — gardées en local, jamais publiées ===
|
||||
# Base CMDB (inventaire + mot de passe bind LDAP)
|
||||
CMDB/cmdb.db
|
||||
CMDB/cmdb.db.ver
|
||||
CMDB/cmdb.db.tmp
|
||||
cmdb/cmdb.db
|
||||
cmdb/cmdb.db.ver
|
||||
cmdb/cmdb.db.tmp
|
||||
# Snapshots horodatés de la base (copies des données réelles)
|
||||
CMDB/snapshots/
|
||||
cmdb/snapshots/
|
||||
|
||||
# Certificats générés (contiennent des clés privées)
|
||||
GENERATEUR_CERTIFICATES/LISTS_ALL_CERT/
|
||||
cert-generator/LISTS_ALL_CERT/
|
||||
|
||||
# === Environnement / build ===
|
||||
.venv/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue