From 992d13657a2d8f8952734bdfae2a2227bd8f7e39 Mon Sep 17 00:00:00 2001 From: coursewarefactory Date: Mon, 10 Oct 2022 14:24:09 -0500 Subject: [PATCH] /docs removed from gitignore if the folder docs is in the gitignore, gitlab does not produce docs files to view them. --- .gitignore | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 34bbeb0..5c06e36 100644 --- a/.gitignore +++ b/.gitignore @@ -3,10 +3,8 @@ artifacts/ build/ cache/ coverage/ -docs/ node_modules/ - *.env coverage.json gas-report.html -gas-report.txt \ No newline at end of file +gas-report.txt