From b79607a31fb336cb2390f27e95961b60ab50c3dd Mon Sep 17 00:00:00 2001 From: souravp712 Date: Sat, 9 May 2020 18:40:22 -0400 Subject: [PATCH] Revert "Update .gitignore" This reverts commit d413538daa77d800b34495c61d9b58f425f7896b. --- app/.gitignore | 31 ------------------------------- 1 file changed, 31 deletions(-) diff --git a/app/.gitignore b/app/.gitignore index 0df8dc3..796b96d 100755 --- a/app/.gitignore +++ b/app/.gitignore @@ -1,32 +1 @@ /build - -# 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 -