Add documentation & netoyage de fichier

This commit is contained in:
Puechberty Arthur
2026-04-24 00:33:27 +02:00
parent 3b4eef5fc2
commit 08adc97a7a
15 changed files with 850 additions and 352 deletions
+32 -1
View File
@@ -1,16 +1,47 @@
# =========================
# Dependencies
# =========================
node_modules/
# =========================
# Build outputs
# =========================
build/
dist/
.next/
apps/*/dist/
apps/*/.next/
packages/*/dist/
# =========================
# TypeScript
# =========================
*.tsbuildinfo
# =========================
# Environment variables
# =========================
.env
.env.*
!.env.example
.vscode/
# =========================
# Logs
# =========================
*.log
npm-debug.log*
yarn-error.log*
pnpm-debug.log*
# =========================
# Editor / IDE
# =========================
.vscode/
.idea/
# =========================
# OS files
# =========================
.DS_Store
Thumbs.db