gitattributes

This commit is contained in:
2025-10-23 10:14:43 +02:00
parent 9fa0f78bd2
commit 375b7f1d7c
3 changed files with 24 additions and 5 deletions

9
.gitattributes vendored Normal file
View File

@@ -0,0 +1,9 @@
# Auto detect text files and perform LF normalization
* text=auto
# These files should have specific line endings
*.sh text eol=lf
# These files are binary and should be left untouched
# (binary is a macro for -text -diff)
*.jpeg binary

View File

@@ -1,8 +1,9 @@
# Exercice MongoDB # Exercice MongoDB
```shell ```shell
git clone https://sources.neotech.fr/Universite/nosql-document.git
docker compose up -d 'mongodb' --build docker compose up -d 'mongodb' --build
docker exec -it sql-mongodb-1 mongosh --username admin docker exec -it nosql-document-mongodb-1 mongosh --username admin
``` ```
Changer de base de données Changer de base de données

View File

@@ -7,6 +7,10 @@
"L / 172-182 cm", "L / 172-182 cm",
"XL / 180-195 cm" "XL / 180-195 cm"
], ],
"categories": [
"VTT",
"Tout Suspendu"
],
"name": "VTT Tout Suspendu Cannondale Jekyll 2 Shimano Deore 12V 29″ Gris / Bleu", "name": "VTT Tout Suspendu Cannondale Jekyll 2 Shimano Deore 12V 29″ Gris / Bleu",
"manufacturer": { "@type": "Organization", "name":"Cannondale" }, "manufacturer": { "@type": "Organization", "name":"Cannondale" },
"color": "Gris / Bleu", "color": "Gris / Bleu",
@@ -45,9 +49,14 @@
"additionalProperty": { "additionalProperty": {
"genre": "Mixte", "genre": "Mixte",
"matière du cadre": "Aluminium", "matière du cadre": "Aluminium",
"groupe": { "name": "Shimano Deore 12V", "manufacturer": { "@type": "Organization", "name": "Shimano" } } "groupe": {
"name": "Shimano Deore 12V",
"manufacturer": {
"@type": "Organization",
"name": "Shimano"
}
}
}, },
"geometries": [ "geometries": [
{ {
"taille cadre": "S", "taille cadre": "S",