From 60eb5b99b18d0332bc5446d8c7e84697f1f13a55 Mon Sep 17 00:00:00 2001 From: Bastien Saro Chassetuillier Date: Tue, 10 Jan 2017 13:27:02 +0100 Subject: [PATCH 1/3] Gitignore ".idea/" --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 7c13a2dbcd..0575773027 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ node_modules/ public/ .deploy*/ src/_drafts +.idea/ \ No newline at end of file From dc303549e72b8076b21a732a8721e7bbe99a3dc0 Mon Sep 17 00:00:00 2001 From: Bastien Saro Chassetuillier Date: Tue, 10 Jan 2017 13:28:32 +0100 Subject: [PATCH 2/3] Correction orthographique "Readme" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ed22952162..7b72c151a5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # fr.vuejs.org -Ce site est assemblé avec [hexo](http://hexo.io/). Le contenu du Site est écrit au format Markdown et se trouve dans `src`. Les Pull requests son les bienvenues ! +Ce site est assemblé avec [hexo](http://hexo.io/). Le contenu du Site est écrit au format Markdown et se trouve dans `src`. Les Pull requests sont les bienvenues ! ## Développement From 4af9999a5ee83ea2c7c6ba2bb46bd4b38a8f5489 Mon Sep 17 00:00:00 2001 From: Bastien Saro Chassetuillier Date: Tue, 10 Jan 2017 13:38:02 +0100 Subject: [PATCH 3/3] newline .gitignore --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0575773027..2aca94ab0c 100644 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,4 @@ node_modules/ public/ .deploy*/ src/_drafts -.idea/ \ No newline at end of file +.idea/