From c11163a2c0fcafe43a3417a01afb0fd2464c0541 Mon Sep 17 00:00:00 2001 From: Shreyas Salunkhe <115681800+Shreyas202003@users.noreply.github.com> Date: Sat, 9 Mar 2024 19:20:30 +0530 Subject: [PATCH] Create javaGit-ignor.txt Here are the java git-ignore file extensions --- javaGit-ignor.txt | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 javaGit-ignor.txt diff --git a/javaGit-ignor.txt b/javaGit-ignor.txt new file mode 100644 index 00000000..313d1a51 --- /dev/null +++ b/javaGit-ignor.txt @@ -0,0 +1,27 @@ +### 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* +replay_pid* + +# End of https://www.toptal.com/developers/gitignore/api/java