From 0b824fead908ef95c957138ec017e5b5f8bfb051 Mon Sep 17 00:00:00 2001 From: BobHanson Date: Thu, 16 Apr 2020 19:19:45 -0500 Subject: [PATCH] added .gitignore paths I need these until I fully grasp the ways that gradle works. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 1f68613..389b981 100644 --- a/.gitignore +++ b/.gitignore @@ -18,6 +18,8 @@ TESTNG /benchmarking/lib *.class /site +/site-resources +/libjs /.gradle /build /local.properties -- 1.7.10.2