diff --git a/.gitignore b/.gitignore index e5e5901..9843130 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,5 @@ #Ignore all .class files generated during compilation -*.class \ No newline at end of file +*.class + +#Ignore all vscode files +.vscode/* \ No newline at end of file