This commit is contained in:
tit-exe
2026-03-04 13:55:48 +01:00
parent a1a02d7042
commit eb39ea8b29
4 changed files with 83 additions and 267 deletions

115
.gitignore vendored
View File

@@ -1,100 +1,35 @@
# ==============================================================================
# 1. SPECIFIQUE A TON PROJET (Ce qu'on voit sur le screenshot)
# ==============================================================================
# Dossiers de compilation (IntelliJ génère 'out', Eclipse génère 'bin')
# ========================
# 1. COMPILATION (A ignorer absolument)
# ========================
out/
bin/
# Fichiers de configuration de module IntelliJ
*.iml
# Dossier de configuration projet IntelliJ
# (On ignore tout le dossier car il contient souvent des chemins locaux spécifiques à ta machine)
.idea/
# ==============================================================================
# 2. JAVA (Standard)
# ==============================================================================
# Fichiers compilés
*.class
# Archives packagées
*.jar
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rar
# ========================
# 2. INTELLIJ (LA PARTIE CRITIQUE)
# ========================
# On ignore les fichiers PERSONNELS de l'utilisateur
.idea/workspace.xml
.idea/usage.statistics.xml
.idea/dictionaries
.idea/shelf
.idea/tasks.xml
.idea/httpRequests
# Logs et fichiers temporaires
*.log
*.lock
# ⚠️ ON GARDE TOUT LE RESTE DE .idea/ ⚠️
# C'est vital pour que le bouton "Run" marche chez tes collègues.
# On garde aussi les .iml
# (Pas de ligne pour ignorer *.iml ou le dossier .idea/)
# ==============================================================================
# 3. INTELLIJ IDEA (JetBrains) - Le "Overkill" pour être sûr
# ==============================================================================
# Couvre IntelliJ, PyCharm, PhpStorm, Android Studio, etc.
*.iws
*.ipr
*.jwks
.idea_modules/
# ==============================================================================
# 4. ECLIPSE
# ==============================================================================
.metadata
.classpath
.project
.settings/
.loadpath
.recommenders
.factorypath
# ==============================================================================
# 5. VISUAL STUDIO CODE
# ==============================================================================
# ========================
# 3. ANTIGRAVITY / VSCODE
# ========================
.vscode/
.antigravity/
*.code-workspace
.history/
# ==============================================================================
# 6. SYSTEME D'EXPLOITATION (Mac / Windows / Linux)
# ==============================================================================
# ========================
# 4. OS / DIVERS
# ========================
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
.directory
# ==============================================================================
# 7. PYTHON / ANTIGRAVITY (Si jamais tu mélanges des scripts)
# ==============================================================================
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
venv/
.env
.venv
pip-log.txt
Thumbs.db