Add gitattributes
This commit is contained in:
38
.gitattributes
vendored
Normal file
38
.gitattributes
vendored
Normal file
@ -0,0 +1,38 @@
|
|||||||
|
####################################
|
||||||
|
# Fin de ligne cohérente
|
||||||
|
####################################
|
||||||
|
* text=auto eol=lf
|
||||||
|
|
||||||
|
####################################
|
||||||
|
# Code tiers / dépendances
|
||||||
|
####################################
|
||||||
|
node_modules/** linguist-vendored
|
||||||
|
vendor/** linguist-vendored
|
||||||
|
third_party/** linguist-vendored
|
||||||
|
|
||||||
|
####################################
|
||||||
|
# Code généré / IA / outputs
|
||||||
|
####################################
|
||||||
|
generated/** linguist-generated
|
||||||
|
lovable-output/** linguist-generated
|
||||||
|
lovable-generated/** linguist-generated
|
||||||
|
*.ai linguist-generated
|
||||||
|
*.lovable linguist-generated
|
||||||
|
*.gen.* linguist-generated
|
||||||
|
|
||||||
|
####################################
|
||||||
|
# Binaires
|
||||||
|
####################################
|
||||||
|
*.png binary
|
||||||
|
*.jpg binary
|
||||||
|
*.jpeg binary
|
||||||
|
*.gif binary
|
||||||
|
*.ico binary
|
||||||
|
*.svg binary
|
||||||
|
|
||||||
|
####################################
|
||||||
|
# Forcer types de fichiers si nécessaire
|
||||||
|
####################################
|
||||||
|
*.ts linguist-language=TypeScript
|
||||||
|
*.go linguist-language=Go
|
||||||
|
*.rs linguist-language=Rust
|
||||||
Reference in New Issue
Block a user