chore: normalise fins de ligne CRLF → LF dans tout le repo

Applique .gitattributes sur tous les fichiers existants.
Élimine les différences fantômes entre WSL et Windows.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
POL Mickaël 2026-04-06 08:55:10 +02:00
parent 8b5182b931
commit 3e485fd09b
146 changed files with 0 additions and 0 deletions

0
.gitattributes vendored Normal file → Executable file
View File

0
CHANGELOG.md Normal file → Executable file
View File

0
CLAUDE.md Normal file → Executable file
View File

0
algorithmes.md Normal file → Executable file
View File

0
docs/fonctionnalites-par-ecran.md Normal file → Executable file
View File

0
docs/plans/2026-03-27-ddd-architecture-plan.md Normal file → Executable file
View File

0
docs/plans/2026-03-27-v1.2.0-design.md Normal file → Executable file
View File

0
docs/plans/2026-03-27-v1.2.0-implementation.md Normal file → Executable file
View File

0
docs/plans/2026-04-04-accouplement-redesign.md Normal file → Executable file
View File

0
docs/plans/2026-04-04-electron-updater-design.md Normal file → Executable file
View File

View File

0
docs/plans/2026-04-05-toast-notifications-design.md Normal file → Executable file
View File

0
docs/plans/2026-04-05-toast-notifications-plan.md Normal file → Executable file
View File

0
findings.md Normal file → Executable file
View File

0
ntfy-redirect/index.html Normal file → Executable file
View File

0
playwright.config.ts Normal file → Executable file
View File

0
progress.md Normal file → Executable file
View File

0
src/application/commands/AddDragodinde.ts Normal file → Executable file
View File

0
src/application/commands/CompleteTimer.ts Normal file → Executable file
View File

0
src/application/commands/CreateEnclos.ts Normal file → Executable file
View File

0
src/application/commands/DeleteEnclos.ts Normal file → Executable file
View File

0
src/application/commands/DeleteWorkflow.ts Normal file → Executable file
View File

0
src/application/commands/DragodindeActions.ts Normal file → Executable file
View File

0
src/application/commands/EnclosActions.ts Normal file → Executable file
View File

0
src/application/commands/ImportWorkflows.ts Normal file → Executable file
View File

0
src/application/commands/RechargeGauge.ts Normal file → Executable file
View File

0
src/application/commands/RegisterAccouplement.ts Normal file → Executable file
View File

0
src/application/commands/RemoveDragodinde.ts Normal file → Executable file
View File

0
src/application/commands/ReorderEnclos.ts Normal file → Executable file
View File

0
src/application/commands/ResetStats.ts Normal file → Executable file
View File

0
src/application/commands/SaveWorkflow.ts Normal file → Executable file
View File

0
src/application/commands/StartTimer.ts Normal file → Executable file
View File

0
src/application/commands/StopTimer.ts Normal file → Executable file
View File

0
src/application/commands/UpdateGauge.ts Normal file → Executable file
View File

0
src/application/commands/UpdateSettings.ts Normal file → Executable file
View File

0
src/application/commands/UpdateWorkflow.ts Normal file → Executable file
View File

0
src/application/handlers/CommandBus.ts Normal file → Executable file
View File

0
src/application/handlers/QueryBus.ts Normal file → Executable file
View File

0
src/application/queries/GetBreedingOptions.ts Normal file → Executable file
View File

0
src/application/queries/GetDashboard.ts Normal file → Executable file
View File

0
src/application/queries/GetEnclosDetail.ts Normal file → Executable file
View File

0
src/application/queries/GetInventaire.ts Normal file → Executable file
View File

0
src/application/queries/GetReapproTree.ts Normal file → Executable file
View File

0
src/application/queries/GetSettings.ts Normal file → Executable file
View File

0
src/application/queries/GetStatistics.ts Normal file → Executable file
View File

0
src/application/queries/GetTimerState.ts Normal file → Executable file
View File

0
src/application/queries/GetWorkflows.ts Normal file → Executable file
View File

0
src/domain/entities/Accouplement.ts Normal file → Executable file
View File

0
src/domain/entities/Dragodinde.ts Normal file → Executable file
View File

0
src/domain/entities/Enclos.ts Normal file → Executable file
View File

0
src/domain/events/DomainEvent.ts Normal file → Executable file
View File

0
src/domain/events/EventBus.ts Normal file → Executable file
View File

0
src/domain/ports/AlarmPort.ts Normal file → Executable file
View File

0
src/domain/ports/NotificationPort.ts Normal file → Executable file
View File

0
src/domain/ports/StateRepository.ts Normal file → Executable file
View File

0
src/domain/ports/UpdatePort.ts Normal file → Executable file
View File

0
src/domain/services/BreedingService.ts Normal file → Executable file
View File

0
src/domain/services/GaugeCalculator.ts Normal file → Executable file
View File

0
src/domain/services/InventaireCalculator.ts Normal file → Executable file
View File

0
src/domain/services/ReapproCalculator.ts Normal file → Executable file
View File

0
src/domain/services/SerenityCalculator.ts Normal file → Executable file
View File

0
src/domain/services/StockSimulator.ts Normal file → Executable file
View File

0
src/domain/services/XpCalculator.ts Normal file → Executable file
View File

0
src/domain/value-objects/GaugeType.ts Normal file → Executable file
View File

0
src/domain/value-objects/Gender.ts Normal file → Executable file
View File

0
src/domain/value-objects/Race.ts Normal file → Executable file
View File

0
src/domain/value-objects/Tier.ts Normal file → Executable file
View File

0
src/domain/value-objects/XpTable.ts Normal file → Executable file
View File

0
src/index.html Normal file → Executable file
View File

0
src/infrastructure/alarm/WebAudioAlarm.ts Normal file → Executable file
View File

0
src/infrastructure/electron/main.ts Normal file → Executable file
View File

0
src/infrastructure/electron/preload.ts Normal file → Executable file
View File

View File

View File

0
src/infrastructure/update/GiteaUpdateAdapter.ts Normal file → Executable file
View File

0
src/presentation/components/AccouplementView.ts Normal file → Executable file
View File

0
src/presentation/components/App.ts Normal file → Executable file
View File

0
src/presentation/components/ConfirmModal.ts Normal file → Executable file
View File

0
src/presentation/components/Dashboard.ts Normal file → Executable file
View File

0
src/presentation/components/DragodindeCard.ts Normal file → Executable file
View File

0
src/presentation/components/EnclosView.ts Normal file → Executable file
View File

0
src/presentation/components/GaugePill.ts Normal file → Executable file
View File

0
src/presentation/components/InventaireView.ts Normal file → Executable file
View File

0
src/presentation/components/ParametresView.ts Normal file → Executable file
View File

0
src/presentation/components/ReapproView.ts Normal file → Executable file
View File

0
src/presentation/components/Sidebar.ts Normal file → Executable file
View File

0
src/presentation/components/StatistiquesView.ts Normal file → Executable file
View File

0
src/presentation/components/Toast.ts Normal file → Executable file
View File

0
src/presentation/components/UpdateBanner.ts Normal file → Executable file
View File

0
src/presentation/components/WorkflowsView.ts Normal file → Executable file
View File

0
src/presentation/helpers/dd-image.ts Normal file → Executable file
View File

0
src/presentation/helpers/format.ts Normal file → Executable file
View File

0
src/presentation/helpers/gauge-live.ts Normal file → Executable file
View File

0
src/presentation/index.ts Normal file → Executable file
View File

0
src/presentation/services/UndoManager.ts Normal file → Executable file
View File

0
src/presentation/state/UIState.ts Normal file → Executable file
View File

0
src/presentation/styles/base.css Normal file → Executable file
View File

0
src/presentation/styles/components.css Normal file → Executable file
View File

0
src/presentation/styles/index.css Normal file → Executable file
View File

0
src/presentation/styles/obsidienne.css Normal file → Executable file
View File

Some files were not shown because too many files have changed in this diff Show More