From 76bd8fa888f8e2f574555d54e829b94e092276a0 Mon Sep 17 00:00:00 2001 From: Simon Priet Date: Tue, 23 Jan 2024 16:19:25 +0100 Subject: [PATCH] Initial commit --- .gitignore | 29 ++++++++++++++++++++++++++++- README.md | 3 +++ 2 files changed, 31 insertions(+), 1 deletion(-) create mode 100644 README.md diff --git a/.gitignore b/.gitignore index d4777d2..f68d5b0 100644 --- a/.gitignore +++ b/.gitignore @@ -5,7 +5,8 @@ .LSOverride # Icon must end with two \r -Icon +Icon + # Thumbnails ._* @@ -26,3 +27,29 @@ Network Trash Folder Temporary Items .apdisk +# ---> Windows +# Windows thumbnail cache files +Thumbs.db +Thumbs.db:encryptable +ehthumbs.db +ehthumbs_vista.db + +# Dump file +*.stackdump + +# Folder config file +[Dd]esktop.ini + +# Recycle Bin used on file shares +$RECYCLE.BIN/ + +# Windows Installer files +*.cab +*.msi +*.msix +*.msm +*.msp + +# Windows shortcuts +*.lnk + diff --git a/README.md b/README.md new file mode 100644 index 0000000..7db2635 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# exercice-vinted + +Exercice sur Figma de maquettage de l'application Vinted. \ No newline at end of file