From 47a00e3ae732613fefb74743f0e94ed3d578af1c Mon Sep 17 00:00:00 2001 From: botop <66929341+botop@users.noreply.github.com> Date: Thu, 1 Oct 2020 13:39:18 +0530 Subject: [PATCH] Update .gitignore --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 40b878d..f8676e4 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,5 @@ -node_modules/ \ No newline at end of file +node_modules/public class Main { + public static void main(String[] args) { + System.out.println("This will be printed"); + } +}