From 7791ad27a2f3454a367e57a58454195a0ed13b90 Mon Sep 17 00:00:00 2001 From: Frank Taillandier Date: Thu, 16 Aug 2018 18:06:56 +0200 Subject: [PATCH] update .gitignore --- .gitignore | 30 ++++++++++++++++++------------ docs/.gitignore | 2 +- 2 files changed, 19 insertions(+), 13 deletions(-) diff --git a/.gitignore b/.gitignore index c2960b07..231d027f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,23 +1,29 @@ -*.gem -*.swp -*~ -.DS_Store -.analysis +# Jekyll +_site/ +.jekyll-cache +.jekyll-metadata +.sass-cache + +# Ruby .bundle/ .byebug_history -.jekyll-metadata .ruby-gemset .ruby-version -.sass-cache -/test/source/file_name.txt -/vendor +*.gem Gemfile.lock -_site/ -bin/ + +# Files +.analysis +.DS_Store +*.swp +*~ + +# Folders +/vendor bbin/ +bin/ coverage gh-pages/ pkg/ -site/_site/ test/dest tmp/* diff --git a/docs/.gitignore b/docs/.gitignore index 527980f3..ab6b6662 100644 --- a/docs/.gitignore +++ b/docs/.gitignore @@ -1,5 +1,5 @@ _site/ +.idea/ *.swp pkg/ test/ -.idea/ \ No newline at end of file