From 4a11aeb7fe94b5be80289eb328171b84e9bff38c Mon Sep 17 00:00:00 2001 From: Sourav Patra Date: Sat, 9 May 2020 18:36:36 -0400 Subject: [PATCH] Update .gitignore --- .idea/.gitignore | 33 +++++++++++++++++++++++++++++++-- 1 file changed, 31 insertions(+), 2 deletions(-) diff --git a/.idea/.gitignore b/.idea/.gitignore index 5c98b42..f6bf8cf 100644 --- a/.idea/.gitignore +++ b/.idea/.gitignore @@ -1,2 +1,31 @@ -# Default ignored files -/workspace.xml \ No newline at end of file + +# Created by https://www.gitignore.io/api/java +# Edit at https://www.gitignore.io/?templates=java + +### Java ### +# Compiled class file +*.class + +# Log file +*.log + +# BlueJ files +*.ctxt + +# Mobile Tools for Java (J2ME) +.mtj.tmp/ + +# Package Files # +*.jar +*.war +*.nar +*.ear +*.zip +*.tar.gz +*.rar + +# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml +hs_err_pid* + +# End of https://www.gitignore.io/api/java +/workspace.xml