Create javaGit-ignor.txt

Here are the java git-ignore file extensions
This commit is contained in:
Shreyas Salunkhe 2024-03-09 19:20:30 +05:30 committed by GitHub
parent 4488915eec
commit c11163a2c0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 27 additions and 0 deletions

27
javaGit-ignor.txt Normal file
View File

@ -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