From 23adcaafb0cdd279d1317886cbbc316f439a7624 Mon Sep 17 00:00:00 2001 From: Mattrixwv Date: Sat, 11 Jan 2020 14:06:41 -0500 Subject: [PATCH] Changed gitignore to ignore all class files --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 38ab75c..077c492 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ #Ignore all vscode files .vscode/* -#Ignore all test class files -test*.class \ No newline at end of file +#Ignore all class files +*.class \ No newline at end of file