First commit

This commit is contained in:
AUTIN Tristan
2026-01-06 10:50:33 +01:00
parent b34fb8e3df
commit 8ea211835f
69 changed files with 23747 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
# Force LF in repo
* text=auto eol=lf
# (optionnel) scripts
*.sh text eol=lf
*.bash text eol=lf
# (optionnel) configs
*.yml text eol=lf
*.yaml text eol=lf
*.env text eol=lf
Dockerfile text eol=lf
# (optionnel) frontend
*.ts text eol=lf
*.tsx text eol=lf
*.js text eol=lf
*.vue text eol=lf
*.css text eol=lf
*.scss text eol=lf