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