From 91e5a523f0abb9d3cfaa82b552d0b234f820436e Mon Sep 17 00:00:00 2001 From: Kristina Lim Date: Fri, 14 Dec 2018 10:08:29 +0800 Subject: [PATCH] Add /reports/ to .gitignore but ignore README Using the first slash to make sure that other reports/ directories are not ignored. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 4c0d217d06..370eba9a90 100644 --- a/.gitignore +++ b/.gitignore @@ -41,3 +41,5 @@ libpeerconnection.log node_modules vendor/bundle/ coverage +/reports/ +!/reports/README.md