Lab_AD_Complet/.gitignore
Corentin 8e1b06e090 Initial lab release: Docker-based Active Directory lab
Complete Active Directory teaching environment based on dockurr/windows:
- Windows Server domain controller, Windows 11 client, Debian 12 client
- docker-compose orchestration, env-driven configuration
- Bilingual documentation (FR + EN) for students
- Dual approach (GUI + PowerShell) in every procedure
- Instructor course plan and reference scripts
- RDP launcher scripts for Linux, macOS and Windows

Made by AcadéNice - https://acadenice.fr/
2026-04-17 11:29:49 +02:00

21 lines
223 B
Text

# Secrets / configuration locale
.env
# Storage des VMs Windows (plusieurs Go)
storage/
storage-*/
# Dossier partage RDP
shared/*
!shared/.gitkeep
# Artefacts OS
.DS_Store
Thumbs.db
*.swp
*.swo
*~
# IDE
.vscode/
.idea/