Add /reports/ to .gitignore but ignore README

Using the first slash to make sure that other reports/ directories are
not ignored.
This commit is contained in:
Kristina Lim
2018-12-14 10:08:29 +08:00
parent d859939c79
commit 91e5a523f0

2
.gitignore vendored
View File

@@ -41,3 +41,5 @@ libpeerconnection.log
node_modules
vendor/bundle/
coverage
/reports/
!/reports/README.md