From 31ce7882b86fd67b8d8a8b379cc321aebb6fcc4f Mon Sep 17 00:00:00 2001 From: yueh Date: Mon, 24 Oct 2016 11:55:35 +0200 Subject: [PATCH] Update .gitignore to include the .github folder --- .gitignore | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a6548f84b..babf1035a 100644 --- a/.gitignore +++ b/.gitignore @@ -13,7 +13,6 @@ # include markdowns !README.md !LICENSE -!CONTRIBUTING.md # include sourcecode !src/ @@ -23,4 +22,7 @@ !.gitignore # code format to reduce noise in git commits -!codeformat/ \ No newline at end of file +!codeformat/ + +# Github specific files and directories +!.github/ \ No newline at end of file